diff options
Diffstat (limited to 'frontend/src/plugin-loader.tsx')
| -rw-r--r-- | frontend/src/plugin-loader.tsx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/frontend/src/plugin-loader.tsx b/frontend/src/plugin-loader.tsx index 582230ca..73cfdf9a 100644 --- a/frontend/src/plugin-loader.tsx +++ b/frontend/src/plugin-loader.tsx @@ -251,7 +251,10 @@ class PluginLoader extends Logger { <pre> <code>{e instanceof Error ? e.stack : e?.toString()}</code> </pre> - Please go to the <FaCog /> in Decky Loader to go to the settings menu if you need to uninstall this plugin. + <> + Please go to <FaCog style={{ display: 'inline' }} /> in Decky Loader.e settings menu if you need to + uninstall this plugin. + </> </> ); this.plugins.push({ |
