We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b945d6 commit 1f4665dCopy full SHA for 1f4665d
src/main.py
@@ -55,7 +55,9 @@ def openfile(path):
55
content = file.read()
56
file.close()
57
58
-if not os.path.isfile(content): btnopenlast.configure(state="disabled")
+ if not os.path.isfile(content): btnopenlast.configure(state="disabled")
59
+else:
60
+ btnopenlast.configure(state="disabled")
61
62
root.update_idletasks()
63
root.deiconify()
0 commit comments