diff options
| -rw-r--r-- | src/plugins/Input/gme/decodergmefactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Input/gme/decodergmefactory.cpp b/src/plugins/Input/gme/decodergmefactory.cpp index 0745272c2..120a3cf61 100644 --- a/src/plugins/Input/gme/decodergmefactory.cpp +++ b/src/plugins/Input/gme/decodergmefactory.cpp @@ -52,7 +52,7 @@ const DecoderProperties DecoderGmeFactory::properties() const //properties.contentType = ; properties.shortName = "gme"; properties.hasAbout = true; - properties.hasSettings = true; + properties.hasSettings = false; properties.noInput = true; properties.protocols = "gme"; return properties; |
