mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
begin local actions implementation
This commit is contained in:
parent
9398a835cd
commit
9ff32a3419
19 changed files with 402 additions and 226 deletions
|
|
@ -1,7 +1,4 @@
|
|||
mod action;
|
||||
mod database;
|
||||
|
||||
use action::Action;
|
||||
use database::Database;
|
||||
|
||||
use adw::ApplicationWindow;
|
||||
|
|
@ -31,8 +28,6 @@ impl Widget {
|
|||
.maximized(MAXIMIZED)
|
||||
.build();
|
||||
|
||||
Action::new_for(&gobject);
|
||||
|
||||
// Register actions
|
||||
for action in actions {
|
||||
gobject.add_action(action);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue