Update shutdown.py

fixed an key error ,extension should work now
main
EnsignMK 2024-09-16 23:18:36 +02:00 committed by GitHub
parent 8ccd8931ff
commit dd4ac80df0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ def core(): # ui stuff
btn.click(when, hidden_checkbox, hidden_checkbox, _js=js)
key = opts.data["quicksettings_list"][-1]
key = opts.quicksettings_list[-1]
def fun(key): # figuring out where to place the stop button