Apply rustfmt to launcher services and app

This commit is contained in:
funman300
2026-08-18 20:51:55 +00:00
parent 35ceb084ef
commit 9900772690
2 changed files with 10 additions and 13 deletions
+1 -4
View File
@@ -839,10 +839,7 @@ impl LauncherApp {
self.restart_queue.push(service);
}
if ui
.add_enabled(
runtime.started_by_launcher,
egui::Button::new("Stop"),
)
.add_enabled(runtime.started_by_launcher, egui::Button::new("Stop"))
.on_disabled_hover_text(
"Started outside this launcher — stop it where it \
was started.",