X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/blobdiff_plain/38641aefb6801407442dc1a00bedf479b008a81e..c181bf984d4c5c8b189e3ffcf6bb52f5ed6b0d98:/tools/config/__init__.py diff --git a/tools/config/__init__.py b/tools/config/__init__.py index b161e28..a8b934d 100644 --- a/tools/config/__init__.py +++ b/tools/config/__init__.py @@ -12,7 +12,7 @@ from tools.config.save import save # # Exported variables (internal configuration) # -version = "1.5.1" +version = "1.5.4" tools_src = os.path.normpath(os.path.realpath(__file__) + "/../../..") # Keys saved in the config file (mostly what we ask in 'waydroid init') @@ -40,7 +40,7 @@ defaults = { ], "suspend_action": "freeze", "mount_overlays": "True", - "auto_adb": "True", + "auto_adb": "False", "container_xdg_runtime_dir": "/run/xdg", "container_wayland_display": "wayland-0", }