parent
af77bc105d
commit
f111950c65
1 changed files with 2 additions and 0 deletions
|
|
@ -23,6 +23,8 @@ class QModListModel(QAbstractListModel):
|
|||
mods: list[QMod] = []
|
||||
|
||||
for dir in MOD_PATH.iterdir():
|
||||
if dir.name == ".stfolder":
|
||||
continue
|
||||
try:
|
||||
new_mod: QMod = QMod(dir, self)
|
||||
mods.append(new_mod)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue