fixed space between icons and text preview

This commit is contained in:
PandaDEV 2024-08-26 17:22:23 +10:00
parent fa2744069a
commit 15424eee84
No known key found for this signature in database
GPG key ID: 13EFF9BAF70EE75C
2 changed files with 3 additions and 2 deletions

View file

@ -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)?;