mirror of
https://github.com/ciromattia/kcc
synced 2025-12-13 17:56:30 +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.resizable(width=False, height=False)
|
||||||
root.config(padx=5, pady=5, takefocus=True)
|
root.config(padx=5, pady=5, takefocus=True)
|
||||||
root.title("Kindle Comic Converter v" + __version__)
|
root.title("Kindle Comic Converter v" + __version__)
|
||||||
root.wm_attributes("-topmost", 1)
|
#root.wm_attributes("-topmost", 1)
|
||||||
if platform == 'darwin':
|
if platform == 'darwin':
|
||||||
os.environ['PATH'] = '/usr/local/bin:' + os.environ['PATH']
|
os.environ['PATH'] = '/usr/local/bin:' + os.environ['PATH']
|
||||||
elif platform == 'win32':
|
elif platform == 'win32':
|
||||||
|
|||||||
Reference in New Issue
Block a user