This commit is contained in:
Hachi-R 2025-02-17 22:32:07 -03:00
parent 0724a40cb7
commit 21cec50e2e

View file

@ -48,7 +48,12 @@ export function SettingsAppearance({
}, [loadThemes]);
useEffect(() => {
if (appearance.theme && appearance.authorId && appearance.authorName && !hasShownModal) {
if (
appearance.theme &&
appearance.authorId &&
appearance.authorName &&
!hasShownModal
) {
setIsImportThemeModalVisible(true);
setImportTheme({
theme: appearance.theme,