diff --git a/src-tauri/src/platform/macos.rs b/src-tauri/src/platform/macos.rs index 34b4f84..ca4dfff 100644 --- a/src-tauri/src/platform/macos.rs +++ b/src-tauri/src/platform/macos.rs @@ -105,9 +105,6 @@ fn move_target(exe: &Path, home: &Path) -> Option<(PathBuf, PathBuf)> { (!target.exists()).then(|| (bundle.to_path_buf(), target)) } -/// Setzt „nicht mehr fragen" in den App-Settings. -const MOVE_DISMISSED: &str = "moveOfferDismissed"; - /// Einmalig anbieten, sich nach ~/Applications zu holen — der Weg dorthin /// braucht kein Administrator-Passwort, anders als /Applications. Läuft die /// App schon aus einem Programme-Ordner oder hat der Nutzer abgelehnt,