Update shutdown.py

main
EnsignMK 2023-07-15 17:01:59 +02:00 committed by GitHub
parent 4724f6a8c5
commit 7f4937f767
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ js = """function close_window() {
"""
def stop_button(component, **kwargs):
after_this_compo = "setting_{}".format(shared.opts.data["quicksettings"].replace(" ","").split(",")[-1])
after_this_compo = "setting_{}".format(shared.opts.data["quicksettings_list"][-1])
# print(after_this_compo)