mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 21:24:05 +02:00
fixed space between icons and text preview
This commit is contained in:
parent
fa2744069a
commit
15424eee84
2 changed files with 3 additions and 2 deletions
|
@ -30,7 +30,8 @@ fn main() {
|
|||
)
|
||||
.setup(|app| {
|
||||
let app_handle = app.handle().clone();
|
||||
|
||||
|
||||
#[cfg(not(target_os = "macos"))]
|
||||
api::hotkeys::setup(app_handle.clone());
|
||||
api::tray::setup(app)?;
|
||||
api::database::setup(app)?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue