質問編集履歴

1

アイコンのPNGがローカルディスクに指定していたため、削除いたしました。

2020/09/19 09:03

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -32,9 +32,7 @@
32
32
 
33
33
  win.configure(background='#52514F') # DARK MODE! | ダークモード!
34
34
 
35
- icon_photo = tk.PhotoImage(file = '/Volumes/UNSUNG HERO/PYTHON/IVTC_tool/film.png') # icon file | アイコンファイル
35
+
36
-
37
- win.iconphoto(False, icon_photo) # Sets the icon | アイコン
38
36
 
39
37
 
40
38