mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
draft global accels preset
This commit is contained in:
parent
b328c25904
commit
d206beb82b
3 changed files with 25 additions and 27 deletions
|
|
@ -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()
|
||||
|
|
|
|||
|
|
@ -31,8 +31,8 @@ namespace app
|
|||
const int HEIGHT = 480;
|
||||
|
||||
Browser(
|
||||
const Glib::RefPtr<Gtk::Application> & app,
|
||||
const lib::Database & db
|
||||
//const Glib::RefPtr<Gtk::Application> & app,
|
||||
//const std::shared_ptr<lib::Database> & db
|
||||
);
|
||||
|
||||
~Browser();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue