Skip to content

Commit c7857ee

Browse files
committed
Bug fix v.1.4.1
1 parent be6daa0 commit c7857ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

revanced-gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ def clear_logs():
276276

277277
root = ctk.CTk()
278278
root.title("ReVanced GUI")
279-
root.iconbitmap('assets/icon.ico')
279+
# root.iconbitmap('assets/icon.ico')
280280
root.geometry("800x600")
281281

282282
settings = load_settings()

0 commit comments

Comments
 (0)