draft global accels preset

This commit is contained in:
yggverse 2024-08-12 14:18:09 +03:00
parent b328c25904
commit d206beb82b
3 changed files with 25 additions and 27 deletions

View file

@ -5,8 +5,8 @@
using namespace app;
Browser::Browser(
const Glib::RefPtr<Gtk::Application> & app,
const lib::Database & db
//const Glib::RefPtr<Gtk::Application> & app,
//const std::shared_ptr<lib::Database> & db
) {
// Init window
set_title(
@ -48,17 +48,6 @@ Browser::Browser(
& Browser::debug
)
);
// Init
app->set_accel_for_action(
"win.tab",
"<Primary>t"
);
app->set_accel_for_action(
"win.debug",
"<Primary>i"
);
}
Browser::~Browser()