diff --git a/Userland/Services/Taskbar/ShutdownDialog.cpp b/Userland/Services/Taskbar/ShutdownDialog.cpp index fa89958c22..80471a9599 100644 --- a/Userland/Services/Taskbar/ShutdownDialog.cpp +++ b/Userland/Services/Taskbar/ShutdownDialog.cpp @@ -18,24 +18,23 @@ struct Option { DeprecatedString title; - Vector cmd; + ShutdownDialog::Command command; bool enabled; bool default_action; }; -static Vector