mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 16:40:05 +00:00
Adding additional palette types
This commit is contained in:
parent
cf3c780abf
commit
fd35a912e5
3 changed files with 32 additions and 16 deletions
|
|
@ -13,7 +13,23 @@ namespace settings
|
|||
static const std::string logPrefix_ = "[scwx::qt::settings::palette_settings] ";
|
||||
|
||||
static const std::vector<std::string> paletteNames_ = {
|
||||
"BR", "BV", "SW", "ZDR", "PHI", "CC", "STP", "???"};
|
||||
// Level 2 / Common Products
|
||||
"BR",
|
||||
"BV",
|
||||
"SW",
|
||||
"ZDR",
|
||||
"PHI2",
|
||||
"CC",
|
||||
// Level 3 Products
|
||||
"DOD",
|
||||
"DSD",
|
||||
"ET",
|
||||
"OHP",
|
||||
"PHI3",
|
||||
"SRV",
|
||||
"STP",
|
||||
"VIL",
|
||||
"???"};
|
||||
|
||||
static const std::string DEFAULT_KEY = "Default";
|
||||
static const std::string DEFAULT_PALETTE = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue