mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Merge pull request #353 from imAnesYT/patch-10
Update fast_epic_toggle.py
This commit is contained in:
commit
b3fa89a9d3
2 changed files with 7 additions and 1 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue