Disabled Sun theme more correct way, 'till ppl didn't start using it - it's still broken

This commit is contained in:
pelya
2012-06-05 15:48:57 +03:00
parent 6f634de0f1
commit ebb357e0d4
4 changed files with 5 additions and 5 deletions

View File

@@ -2559,8 +2559,8 @@ class Settings
{
if(Globals.TouchscreenKeyboardTheme < 0)
Globals.TouchscreenKeyboardTheme = 0;
if(Globals.TouchscreenKeyboardTheme > 2)
Globals.TouchscreenKeyboardTheme = 2;
if(Globals.TouchscreenKeyboardTheme > 1) // TODO: disabled Sun theme because it's not finished yet
Globals.TouchscreenKeyboardTheme = 1;
if( Globals.TouchscreenKeyboardTheme == 0 )
{