mirror of
https://github.com/EyeTrackVR/EyeTrackVR.git
synced 2025-11-04 14:39:42 +08:00
bump ver
This commit is contained in:
parent
7b06f0e8eb
commit
8e9d1e8b57
@ -119,7 +119,7 @@ def main():
|
||||
osc_receiver_thread.start()
|
||||
|
||||
# Create the window
|
||||
window = sg.Window("EyeTrackVR v0.1.7.1", layout, icon='Images/logo.ico', background_color='#292929')
|
||||
window = sg.Window("EyeTrackVR v0.1.7.2", layout, icon='Images/logo.ico', background_color='#292929')
|
||||
|
||||
# GUI Render loop
|
||||
while True:
|
||||
|
||||
@ -247,8 +247,6 @@ class SettingsWidget:
|
||||
self.config.gui_blink_sync = values[self.gui_blink_sync]
|
||||
changed = True
|
||||
|
||||
|
||||
|
||||
if self.config.gui_blob_maxsize != values[self.gui_blob_maxsize]:
|
||||
self.config.gui_blob_maxsize = values[self.gui_blob_maxsize]
|
||||
changed = True
|
||||
|
||||
Loading…
Reference in New Issue
Block a user