mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
drop Arc from SimpleAction #1
This commit is contained in:
parent
08ad677ba4
commit
920721412e
40 changed files with 162 additions and 175 deletions
|
|
@ -27,7 +27,7 @@ pub struct App {
|
|||
profile_database_connection: Arc<RwLock<Connection>>,
|
||||
// database: Arc<Database>,
|
||||
// Actions
|
||||
// action_update: Arc<SimpleAction>,
|
||||
// action_update: SimpleAction,
|
||||
// Components
|
||||
// browser: Arc<Browser>,
|
||||
// GTK
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue