diff options
| author | TrainDoctor <traindoctor@protonmail.com> | 2022-11-13 16:44:15 -0800 |
|---|---|---|
| committer | TrainDoctor <traindoctor@protonmail.com> | 2022-11-13 16:44:15 -0800 |
| commit | 093b064a4ee1876e0253258c6321513af375e591 (patch) | |
| tree | 0b1a60262250a234ad39cbfc8a55122e9259e033 /frontend/src | |
| parent | 2955681975b175f6f4b0623c28642f7a78b0cd98 (diff) | |
| download | decky-loader-093b064a4ee1876e0253258c6321513af375e591.tar.gz decky-loader-093b064a4ee1876e0253258c6321513af375e591.zip | |
Inline icon propely
Diffstat (limited to 'frontend/src')
| -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({ |
