mirror of
https://github.com/ModOrganizer2/modorganizer-basic_games.git
synced 2026-07-27 14:07:29 -07:00
Fix for new stubs.
This commit is contained in:
+1
-1
@@ -553,7 +553,7 @@ class BasicGame(mobase.IPluginGame):
|
||||
for path in Path(folder.absolutePath()).glob(f"**/*.{ext}")
|
||||
]
|
||||
|
||||
def initializeProfile(self, path: QDir, settings: int):
|
||||
def initializeProfile(self, path: QDir, settings: mobase.ProfileSetting):
|
||||
if settings & mobase.ProfileSetting.CONFIGURATION:
|
||||
for iniFile in self.iniFiles():
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user