diff --git a/src/App.tsx b/src/App.tsx index a760d08af..8a609efbb 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -635,6 +635,7 @@ function App() { -
-
{renderContent()}
+
+ {renderContent()}
+
{isBusy ? (
@@ -229,8 +229,9 @@ export function SettingsPage({ {t("common.about")} -
- +
+
+ {settings ? ( - + {settings ? ( - -
- -
) : null}
@@ -650,6 +631,33 @@ export function SettingsPage({ +
+ + {activeTab === "advanced" && settings && ( +
+
+ +
+
+ )}
)}