mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-27 11:56:05 +02:00
chore: Update Tauri to alpha.18 (#802)
This commit is contained in:
@@ -4,8 +4,6 @@
|
||||
|
||||
#![cfg(target_os = "linux")]
|
||||
|
||||
use std::sync::Arc;
|
||||
|
||||
use crate::SingleInstanceCallback;
|
||||
use tauri::{
|
||||
plugin::{self, TauriPlugin},
|
||||
@@ -30,7 +28,7 @@ impl<R: Runtime> SingleInstanceDBus<R> {
|
||||
}
|
||||
}
|
||||
|
||||
fn dbus_id(config: Arc<Config>) -> String {
|
||||
fn dbus_id(config: &Config) -> String {
|
||||
config.tauri.bundle.identifier.replace(['.', '-'], "_")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user