mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
Change Desktop Entry
Change .desktop entry to Flattool instead of flattool-gui
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=flattool-gui
|
Name=Flattool
|
||||||
Exec=flattool-gui
|
Exec=flattool-gui
|
||||||
Icon=io.github.heliguy4599.FlattoolGUI
|
Icon=io.github.heliguy4599.FlattoolGUI
|
||||||
Terminal=false
|
Terminal=false
|
||||||
|
|||||||
BIN
io.github.heliguy4599.FlattoolGUI.flatpak
Normal file
BIN
io.github.heliguy4599.FlattoolGUI.flatpak
Normal file
Binary file not shown.
@@ -685,4 +685,4 @@ class FlattoolGuiWindow(Adw.ApplicationWindow):
|
|||||||
self.batch_actions_enable(False)
|
self.batch_actions_enable(False)
|
||||||
event_controller = Gtk.EventControllerKey()
|
event_controller = Gtk.EventControllerKey()
|
||||||
event_controller.connect("key-pressed", self.batch_key_handler)
|
event_controller.connect("key-pressed", self.batch_key_handler)
|
||||||
self.add_controller(event_controller)
|
self.add_controller(event_controller)
|
||||||
|
|||||||
Reference in New Issue
Block a user