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:
@@ -105,9 +105,6 @@ fn move_target(exe: &Path, home: &Path) -> Option<(PathBuf, PathBuf)> {
|
|||||||
(!target.exists()).then(|| (bundle.to_path_buf(), target))
|
(!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
|
/// Einmalig anbieten, sich nach ~/Applications zu holen — der Weg dorthin
|
||||||
/// braucht kein Administrator-Passwort, anders als /Applications. Läuft die
|
/// braucht kein Administrator-Passwort, anders als /Applications. Läuft die
|
||||||
/// App schon aus einem Programme-Ordner oder hat der Nutzer abgelehnt,
|
/// App schon aus einem Programme-Ordner oder hat der Nutzer abgelehnt,
|
||||||
|
|||||||
Reference in New Issue
Block a user