mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-20 14:22:11 +00:00
Revert "fix settings save confirmation not showing"
This reverts commit 21475315d2.
This commit is contained in:
parent
54060568ce
commit
7ea5f28b76
1 changed files with 1 additions and 1 deletions
|
|
@ -692,7 +692,7 @@ export function SettingsPage() {
|
|||
</SettingsLayout>
|
||||
<Transition
|
||||
animation="fade"
|
||||
show={state.changed}
|
||||
show={state.changed && settingsLoaded}
|
||||
className="bg-settings-saveBar-background border-t border-settings-card-border/50 py-4 transition-opacity w-full fixed bottom-0 flex justify-between flex-col md:flex-row px-8 items-start md:items-center gap-3 z-[999]"
|
||||
>
|
||||
<p className="text-type-danger">{t("settings.unsaved")}</p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue