mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-12 15:27:14 +03:00
[Fix] Revert bad clarification in fe8818d
This commit is contained in:
parent
e37b0f7748
commit
e917d40f4f
@ -456,7 +456,7 @@ class AppWindow:
|
|||||||
|
|
||||||
else:
|
else:
|
||||||
image_path = config.respath_path / 'io.edcd.EDMarketConnector.png'
|
image_path = config.respath_path / 'io.edcd.EDMarketConnector.png'
|
||||||
self.w.tk.call('wm', 'iconphoto', self.w, '-default', image=tk.PhotoImage(file=image_path))
|
self.w.tk.call('wm', 'iconphoto', self.w, '-default', tk.PhotoImage(file=image_path))
|
||||||
|
|
||||||
# TODO: Export to files and merge from them in future ?
|
# TODO: Export to files and merge from them in future ?
|
||||||
self.theme_icon = tk.PhotoImage(
|
self.theme_icon = tk.PhotoImage(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user