mirror of https://github.com/Syncplay/syncplay
init MainWindow, not MainDialog, for MainGUI
This commit is contained in:
parent
8b75d7c3b0
commit
6fb5cd5158
|
@ -1,4 +1,4 @@
|
|||
from syncplay.ui.gui import MainDialog as GraphicalUI
|
||||
from syncplay.ui.gui import MainWindow as GraphicalUI
|
||||
from syncplay.ui.consoleUI import ConsoleUI
|
||||
|
||||
def getUi(graphical=True):
|
||||
|
|
Loading…
Reference in New Issue