mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Single Color Modes
This commit is contained in:
@@ -157,6 +157,12 @@ namespace GHelper
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static Dictionary<int, string> _modesSingleColor = new Dictionary<int, string>
|
||||||
|
{
|
||||||
|
{ 0, Properties.Strings.AuraStatic },
|
||||||
|
{ 1, Properties.Strings.AuraBreathe },
|
||||||
|
{ 10, Properties.Strings.AuraStrobe },
|
||||||
|
};
|
||||||
|
|
||||||
static Dictionary<int, string> _modes = new Dictionary<int, string>
|
static Dictionary<int, string> _modes = new Dictionary<int, string>
|
||||||
{
|
{
|
||||||
@@ -196,10 +202,7 @@ namespace GHelper
|
|||||||
|
|
||||||
if (isSingleColor)
|
if (isSingleColor)
|
||||||
{
|
{
|
||||||
_modes.Remove(2);
|
return _modesSingleColor;
|
||||||
_modes.Remove(3);
|
|
||||||
_modes.Remove(HEATMAP);
|
|
||||||
_modes.Remove(GPUMODE);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (AppConfig.IsAdvantageEdition())
|
if (AppConfig.IsAdvantageEdition())
|
||||||
|
|||||||
Reference in New Issue
Block a user