mirror of
https://github.com/ciromattia/kcc
synced 2025-12-13 09:46:25 +00:00
Don't set topmost as we don't want GUI to be ALWAYS on top
This commit is contained in:
2
kcc.py
2
kcc.py
@@ -30,7 +30,7 @@ root = Tk()
|
||||
root.resizable(width=False, height=False)
|
||||
root.config(padx=5, pady=5, takefocus=True)
|
||||
root.title("Kindle Comic Converter v" + __version__)
|
||||
root.wm_attributes("-topmost", 1)
|
||||
#root.wm_attributes("-topmost", 1)
|
||||
if platform == 'darwin':
|
||||
os.environ['PATH'] = '/usr/local/bin:' + os.environ['PATH']
|
||||
elif platform == 'win32':
|
||||
|
||||
Reference in New Issue
Block a user