diff --git a/src/FileView.py b/src/FileView.py index ee0c11c..1e33d7c 100644 --- a/src/FileView.py +++ b/src/FileView.py @@ -94,7 +94,7 @@ def __init__(self, path, colour_support): self.file_rows = [] self.add_files(self.files) - def scan_files(self, path, extension, full_path=True): + def scan_files(self, path, extension): out = [] for i in os.listdir(path): if not isfile(path + "/" + i): diff --git a/src/ui.py b/src/ui.py index 9b21863..dc466b1 100644 --- a/src/ui.py +++ b/src/ui.py @@ -74,7 +74,7 @@ def change_file(self, file_viewer, row): self.header.new_btn.show() self.header.edit_btn.show() self.header.save_btn.show() - self.header.info_btn.hide() # Hide the info button once a note is displayed to reduce clutter + self.header.info_btn.hide() # Hide the info button once a note is displayed to reduce clutter # self.header.undo_btn.show() self.header.export_btn.show() file_path = file_viewer.files[file_viewer.file_rows.index(row)] @@ -128,10 +128,25 @@ def __init__(self, config): self.pack_end(self.info_btn) about_dialogue = Adw.AboutWindow(application_name="Inkwell", application_icon="org.gnome.gedit-symbolic", - version="1.2", + version="1.3.5", license_type=Gtk.License.GPL_3_0, developer_name="Thomas Hoggarth", - release_notes="