feat: add force quit command

This commit is contained in:
reya
2024-07-02 17:24:55 +07:00
parent 783a4538a4
commit 72da83d648
4 changed files with 27 additions and 17 deletions

View File

@@ -127,6 +127,7 @@ fn main() {
commands::window::reload_column,
commands::window::open_window,
commands::window::open_main_window,
commands::window::force_quit,
commands::window::set_badge
]);