Use a reverse-DNS bundle identifier

Stage Manager could not resolve the icon for the old mixed-case one.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
Georg Bauer
2026-07-25 23:35:57 +02:00
parent 7f35d7f58d
commit 4408ed8b26
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ use std::sync::{Arc, Mutex, RwLock};
use std::thread;
use std::time::{Duration, Instant};
const APP_ID: &str = "DS4Server.rfc1437.de";
const APP_ID: &str = "de.rfc1437.ds4server";
const METRICS_SAMPLE_INTERVAL: Duration = Duration::from_millis(200);
pub(crate) struct App {