mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-15 16:33:02 -03:00
lint
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user