We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c65b3b1 commit add6e20Copy full SHA for add6e20
FF_Menubar.py
@@ -665,6 +665,7 @@ def open_in_finder(self):
665
run(["xdg-open", os.path.dirname(selected_file)])
666
667
logging.debug(f"Opened in Finder: {selected_file}")
668
+
669
# Get basic information about a file
670
def file_info(self):
671
file = self.get_current_item()
README.md
@@ -348,4 +348,4 @@ Include in your feature request:
348
349
### Pull Request
350
351
-It is best if you create an Issue or ask me before you spent your time fixing an Issue or developing something new.
+It is better if you create an issue or ask me before spending your time fixing an issue or developing something new.
0 commit comments