launcher: make editable/not optional on dropdown text and numbers (+minor fixes)
This commit is contained in:
@@ -107,6 +107,7 @@ namespace PluginConfig
|
||||
LPCWSTR description;
|
||||
LPCWSTR defaultVal;
|
||||
std::vector<LPCWSTR> valueStrings;
|
||||
bool editable;
|
||||
bool useUtf8;
|
||||
};
|
||||
|
||||
@@ -118,6 +119,7 @@ namespace PluginConfig
|
||||
LPCWSTR description;
|
||||
int defaultVal;
|
||||
std::vector<int> valueInts;
|
||||
bool editable;
|
||||
};
|
||||
|
||||
struct PluginConfigResolutionData {
|
||||
|
||||
Reference in New Issue
Block a user