diff --git a/Userland/Services/Taskbar/ShutdownDialog.cpp b/Userland/Services/Taskbar/ShutdownDialog.cpp index fa89958c223..80471a95998 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