Update plugin_manager.py

This commit is contained in:
Loup 2025-07-20 04:01:57 +05:30 committed by GitHub
parent c71dac4b2d
commit fa9f42aef1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,7 @@ PLUGIN_MANAGER_VERSION = "1.1.3"
REPOSITORY_URL = "https://github.com/bombsquad-community/plugin-manager" REPOSITORY_URL = "https://github.com/bombsquad-community/plugin-manager"
# Current tag can be changed to "staging" or any other branch in # Current tag can be changed to "staging" or any other branch in
# plugin manager repo for testing purpose. # plugin manager repo for testing purpose.
CURRENT_TAG = "main" CURRENT_TAG = "autometa"
_env = _babase.env() _env = _babase.env()
_uiscale = bui.app.ui_v1.uiscale _uiscale = bui.app.ui_v1.uiscale