Skip to content

Commit 188890e

Browse files
committed
fix [Bug]: Importing themes #614
fixes #614
1 parent 547afe0 commit 188890e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Configs/.local/lib/hyde/theme.import.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,7 @@ def fzf_menu():
279279
print("\n❌ Operation cancelled.\n")
280280
return
281281
print("\n🚀 Proceeding with theme installation...\n")
282-
for theme in SELECTED_THEMES:
283-
patch_themes(SELECTED_THEMES)
282+
patch_themes(SELECTED_THEMES)
284283
subprocess.run(["hyde-shell", "reload"], check=True)
285284

286285
except KeyboardInterrupt:

0 commit comments

Comments
 (0)