Skip to content

Commit

Permalink
Fix???
Browse files Browse the repository at this point in the history
  • Loading branch information
deminearchiver committed Apr 6, 2024
1 parent 9f4242b commit 04bc09a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion apps/backend/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ fn main() {

})
)
.plugin(tauri_plugin_dwm::init())
.plugin(tauri_plugin_dialog::init())
.setup(|app| {
let _ = app.autolaunch().disable();
Expand Down
1 change: 1 addition & 0 deletions packages/tauri-plugin-dwm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ mod commands;
pub fn init<R: Runtime>() -> TauriPlugin<R> {
return plugin::Builder::new("dwm")
.invoke_handler(tauri::generate_handler![
#[cfg(windows)]
commands::set_window_caption_color,
])
.build()
Expand Down

0 comments on commit 04bc09a

Please sign in to comment.