Change Desktop Entry

Change .desktop entry to Flattool instead of flattool-gui
This commit is contained in:
heliguy
2023-09-01 03:42:07 -04:00
parent a9ca9c9ee7
commit a13289e09b
3 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
[Desktop Entry]
Name=flattool-gui
Name=Flattool
Exec=flattool-gui
Icon=io.github.heliguy4599.FlattoolGUI
Terminal=false

Binary file not shown.

View File

@@ -685,4 +685,4 @@ class FlattoolGuiWindow(Adw.ApplicationWindow):
self.batch_actions_enable(False)
event_controller = Gtk.EventControllerKey()
event_controller.connect("key-pressed", self.batch_key_handler)
self.add_controller(event_controller)
self.add_controller(event_controller)