Skip to content

Commit

Permalink
Application: Remove F1 hotkey for AboutWindow
Browse files Browse the repository at this point in the history
  • Loading branch information
ryonakano committed Jan 23, 2024
1 parent 847a0eb commit 29c742f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Application.vala
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ public class Application : Adw.Application {
var about_window = new AboutWindow (main_window);
about_window.present ();
});
set_accels_for_action ("app.about", {"F1"});
add_action (about_action);
}

Expand Down

0 comments on commit 29c742f

Please sign in to comment.