mirror of
https://github.com/ApfelTeeSaft/SplitNotes.git
synced 2026-08-26 19:33:39 +00:00
Improved Looks
Added a determined font and color as well as the ability to switch between big and small fonts. Also limited files that should be displayed in the "open notes" prompt.
This commit is contained in:
+1
-1
@@ -114,7 +114,7 @@ def select_file():
|
||||
Otherwise returns absolute path to selected file.
|
||||
"""
|
||||
|
||||
file = file_dia.askopenfilename()
|
||||
file = file_dia.askopenfilename(filetypes=config.TEXT_FILES)
|
||||
|
||||
if file:
|
||||
return file
|
||||
|
||||
Reference in New Issue
Block a user