macos: unbenutzte Konstante MOVE_DISMISSED entfernt

Der Settings-Key steht in settings.rs, die Konstante war ein
Ueberbleibsel und hat beim Release-Build gewarnt.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
marcusH
2026-07-22 10:55:12 +02:00
parent ea08563411
commit f13186e667
-3
View File
@@ -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,