Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
eliranwong committed Nov 4, 2023
1 parent 66b7e3c commit 28230a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,4 @@ iconfile.icns
tmpicns.rsrc
.stop_chatgpt
log.txt
.python-version
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 28230a5

Please sign in to comment.