mirror of
https://github.com/ModOrganizer2/modorganizer-preview_dds.git
synced 2026-07-27 14:06:05 -07:00
+1
-1
@@ -335,7 +335,7 @@ class DDSPreview(mobase.IPluginPreview):
|
||||
mobase.PluginSetting("background a", self.tr("Alpha channel of background colour"), 0)]
|
||||
|
||||
def supportedExtensions(self):
|
||||
return ["dds"]
|
||||
return {"dds"}
|
||||
|
||||
def genFilePreview(self, fileName, maxSize):
|
||||
ddsFile = DDSFile(fileName)
|
||||
|
||||
Reference in New Issue
Block a user