mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-28 05:06:42 +00:00
remove hide-seekbar double letter flag
This commit is contained in:
parent
e63cfb4af4
commit
08945f0b1c
1 changed files with 2 additions and 2 deletions
|
@ -124,10 +124,10 @@ std::unique_ptr<optparse::OptionParser> CreateParser(ParserOptions options)
|
||||||
.metavar("<file>")
|
.metavar("<file>")
|
||||||
.type("string")
|
.type("string")
|
||||||
.help("Path to Slippi replay config file (default: Slippi/playback.txt)");
|
.help("Path to Slippi replay config file (default: Slippi/playback.txt)");
|
||||||
#endif
|
parser->add_option("--hide-seekbar")
|
||||||
parser->add_option("-hs", "--hide-seekbar")
|
|
||||||
.action("store_true")
|
.action("store_true")
|
||||||
.help("Disable and hide seekbar during playback");
|
.help("Disable and hide seekbar during playback");
|
||||||
|
#endif
|
||||||
|
|
||||||
return parser;
|
return parser;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue