diff options
| author | WerWolv <werwolv98@gmail.com> | 2022-04-12 21:59:09 +0200 |
|---|---|---|
| committer | WerWolv <werwolv98@gmail.com> | 2022-04-12 21:59:09 +0200 |
| commit | fe9faefd0bb01212299259bcdcc431d24493d963 (patch) | |
| tree | a04b54f5660e6b55b4ac1272f79ae1a0c67e92c9 /plugin_loader/loader.py | |
| parent | 012274b1a09f6959d41e9aa8bd69f5c30cc8f871 (diff) | |
| download | decky-loader-fe9faefd0bb01212299259bcdcc431d24493d963.tar.gz decky-loader-fe9faefd0bb01212299259bcdcc431d24493d963.zip | |
Added functions to inject and remove css from tabs
Diffstat (limited to 'plugin_loader/loader.py')
| -rw-r--r-- | plugin_loader/loader.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin_loader/loader.py b/plugin_loader/loader.py index 1461d1d0..cf5ca381 100644 --- a/plugin_loader/loader.py +++ b/plugin_loader/loader.py @@ -190,4 +190,4 @@ class Loader: async def refresh_iframe(self): tab = await get_tab("QuickAccess") await tab.open_websocket() - return await tab.evaluate_js("reloadIframe()")
\ No newline at end of file + return await tab.evaluate_js("reloadIframe()", False)
\ No newline at end of file |
