We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb785e5 commit 214d1f4Copy full SHA for 214d1f4
source-code/src/actions.rs
@@ -69,6 +69,7 @@ impl Actions {
69
.arg("-c")
70
.arg(terminal_cmd)
71
.status();
72
+
73
match result {
74
Ok(status) if status.success() => self.update_subtitle("Rozpoczęto aktualizację systemu w terminalu."),
75
_ => self.update_subtitle("Błąd podczas uruchamiania aktualizacji systemu."),
0 commit comments