mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-01 22:30:42 -07:00
deprecate insert card button
This commit is contained in:
@@ -1837,12 +1837,14 @@ static const std::vector<OptionDefinition> OPTION_DEFINITIONS = {
|
||||
},
|
||||
{
|
||||
// spice2x_TouchCardInsert
|
||||
.title = "Show Insert Card button",
|
||||
.title = "Show Insert Card button (DEPRECATED)",
|
||||
.name = "sp2x-touchcard",
|
||||
.display_name = "touchcard",
|
||||
.aliases= "touchcard",
|
||||
.desc = "Show Insert Card touch button on main display.",
|
||||
.desc = "Show Insert Card touch button on main display. "
|
||||
"DEPRECATED - only works in very specific situations (jubeat + wintouch)",
|
||||
.type = OptionType::Bool,
|
||||
.hidden = true,
|
||||
.category = "Touch Parameters",
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user