mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2025-11-04 19:04:56 +11:00
core/command: add option to select newest matching instance
This commit is contained in:
parent
b289bfa504
commit
325be8857c
3 changed files with 16 additions and 9 deletions
|
|
@ -49,6 +49,7 @@ struct CommandState {
|
|||
QStringOption path;
|
||||
QStringOption manifest;
|
||||
QStringOption name;
|
||||
bool newest = false;
|
||||
} config;
|
||||
|
||||
struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue