mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 13:14:04 +02:00
fixed state/manage issues
This commit is contained in:
parent
78235f0e3d
commit
59d31ce5d9
3 changed files with 5 additions and 7 deletions
|
@ -31,10 +31,9 @@ fn main() {
|
|||
.setup(|app| {
|
||||
let app_handle = app.handle().clone();
|
||||
|
||||
// #[cfg(not(target_os = "macos"))]
|
||||
let _ = api::database::setup(app);
|
||||
api::hotkeys::setup(app_handle.clone());
|
||||
api::tray::setup(app)?;
|
||||
let _ = api::database::setup(app);
|
||||
api::clipboard::setup(app.handle());
|
||||
let _ = api::clipboard::start_monitor(app_handle.clone());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue