Hide discount widgets for crypto flavor

This commit is contained in:
Ivan Murashov
2018-03-09 20:08:28 +03:00
parent 86e3f4ba4c
commit bd1e0ec17f
12 changed files with 95 additions and 73 deletions

View File

@@ -28,7 +28,7 @@ class Resources {
case 'autobonus': return new Color(0xffeb0004);
case 'dinect': return new Color(0xff33cc99);
case 'dinect': return new Color(0xff33cc99);
case 'crypto': return new Color(0x0f3d87);
case 'crypto': return new Color(0xff0f3d87);
default: return new Color(0xffffffff);
}
}