[Update] Main Window, Quick Settings Window: add VR Settings and it'll open the settings window that is for Overlay settings.
This commit is contained in:
5
model.py
5
model.py
@@ -587,4 +587,9 @@ class Model:
|
||||
self.th_overlay.stop()
|
||||
self.th_overlay = None
|
||||
|
||||
def updateOverlayPosition(self):
|
||||
pos = (config.OVERLAY_SMALL_LOG_SETTINGS["x_pos"], config.OVERLAY_SMALL_LOG_SETTINGS["y_pos"])
|
||||
if self.overlay.initFlag is True:
|
||||
self.overlay.uiManager.posUpdate(pos)
|
||||
|
||||
model = Model()
|
||||
Reference in New Issue
Block a user