Merge pull request #353 from imAnesYT/patch-10

Update fast_epic_toggle.py
This commit is contained in:
Loup 2025-03-10 03:42:35 +05:30 committed by GitHub
commit b3fa89a9d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View file

@ -1743,6 +1743,12 @@
} }
], ],
"versions": { "versions": {
"1.1.0": {
"api_version": 9,
"commit_sha": "6e438dc",
"released_on": "09-03-2025",
"md5sum": "dd3788ea357082a0eca9345de492206c"
},
"1.0.0": { "1.0.0": {
"api_version": 9, "api_version": 9,
"commit_sha": "541828a", "commit_sha": "541828a",

View file

@ -46,5 +46,5 @@ class FastEpicSwitcher(bauiv1lib.party.PartyWindow):
class ByANES(babase.Plugin): class ByANES(babase.Plugin):
def __init__(self): def on_app_running(self):
bauiv1lib.party.PartyWindow = FastEpicSwitcher bauiv1lib.party.PartyWindow = FastEpicSwitcher