refactor: update documentation server implementation and improve semester class logic
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
from src.shared.logging import log
|
||||
from PySide6 import QtWidgets
|
||||
|
||||
|
||||
@@ -255,7 +255,6 @@ class Settings(QtWidgets.QDialog, _settings):
|
||||
|
||||
|
||||
def launch_settings():
|
||||
|
||||
app = QtWidgets.QApplication(sys.argv)
|
||||
window = Settings()
|
||||
window.show()
|
||||
|
||||
Reference in New Issue
Block a user