mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-27 12:45:50 +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>")
|
||||
.type("string")
|
||||
.help("Path to Slippi replay config file (default: Slippi/playback.txt)");
|
||||
#endif
|
||||
parser->add_option("-hs", "--hide-seekbar")
|
||||
parser->add_option("--hide-seekbar")
|
||||
.action("store_true")
|
||||
.help("Disable and hide seekbar during playback");
|
||||
#endif
|
||||
|
||||
return parser;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue