Apply rustfmt to launcher services and app
This commit is contained in:
+1
-4
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user