Skip to content

Commit 568f1a0

Browse files
committed
Fix code for linux
1 parent e788d7e commit 568f1a0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src-tauri/src/commands.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ pub fn stop_server(state: State<'_, Mutex<AuthServer>>) {
7171
server.stop();
7272
}
7373

74+
#[cfg(target_os = "linux")]
75+
#[tauri::command]
76+
pub fn go_to_notification_settings() {}
77+
7478
#[cfg(target_os = "macos")]
7579
#[tauri::command]
7680
pub fn go_to_notification_settings() {

0 commit comments

Comments
 (0)