diff --git a/.gitignore b/.gitignore index f19ab9d95c..94ddfc4ad5 100644 --- a/.gitignore +++ b/.gitignore @@ -115,3 +115,4 @@ iconfile.icns tmpicns.rsrc .stop_chatgpt log.txt +.python-version diff --git a/main.py b/main.py index 6e625058b0..f821145de1 100755 --- a/main.py +++ b/main.py @@ -45,7 +45,7 @@ config.enableApiServer = True if config.runMode == "api-server" else False config.enableHttpServer = False -# Tweaks for ChromeOS Linux (Debian 10) ONLY: +# Tweaks for ChromeOS Linux (Debian 11) ONLY: if config.isChromeOS: # On ChromeOS, there are two major options of QT_QPA_PLATFORM: xcb and wayland # If QT_QPA_PLATFORM is set to wayland, UBA does not work with touchscreen and its main window closes and opens unexpectedly.