mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-17 08:47:49 +00:00
fix uninstall bug
This commit is contained in:
@@ -125,7 +125,7 @@ class PluginBrowser:
|
|||||||
tab = await get_gamepadui_tab()
|
tab = await get_gamepadui_tab()
|
||||||
plugin_folder = self.find_plugin_folder(name)
|
plugin_folder = self.find_plugin_folder(name)
|
||||||
assert plugin_folder is not None
|
assert plugin_folder is not None
|
||||||
plugin_dir = path.join(self.plugin_path, )
|
plugin_dir = path.join(self.plugin_path, plugin_folder)
|
||||||
try:
|
try:
|
||||||
logger.info("uninstalling " + name)
|
logger.info("uninstalling " + name)
|
||||||
logger.info(" at dir " + plugin_dir)
|
logger.info(" at dir " + plugin_dir)
|
||||||
|
|||||||
Reference in New Issue
Block a user