Large scale frontend refactor

This commit is contained in:
Landon Wark
2023-11-14 11:16:54 -06:00
parent bf4149b1b3
commit da714c355d
26 changed files with 2682 additions and 2447 deletions

View File

@@ -9,7 +9,8 @@ logger = setup_logger(verbosity=3)
# create settings object
ctx = get_config(None)
from PyQt6.QtWidgets import QApplication
from frontend import App
# from frontend import App
from frontend.widgets.app import App
if __name__ == '__main__':
app = QApplication(['', '--no-sandbox'])