diff --git a/src/renderer/components/+preferences/preferences.tsx b/src/renderer/components/+preferences/preferences.tsx index ddb1e0077e..846208a074 100644 --- a/src/renderer/components/+preferences/preferences.tsx +++ b/src/renderer/components/+preferences/preferences.tsx @@ -66,6 +66,11 @@ const NonInjectedPreferences: React.FC = ({ appPreferenceItems }) {extensions.filter(e => !e.showInPreferencesTab).length > 0 && } + +
+ + + ); }