List mods from QModListModel instead of hardcoded list

This commit is contained in:
Toast 2025-05-23 01:01:33 +02:00
parent 6061590270
commit 0a52a6fcc9
2 changed files with 3 additions and 21 deletions

View file

@ -6,6 +6,7 @@ import signal
from PySide6.QtGui import QGuiApplication
from PySide6.QtCore import QUrl
from PySide6.QtQml import QQmlApplicationEngine
from leek.mod_list import QAbstractListModel
def main():