Adds White UI to selectable UIs

This commit is contained in:
Chinsky
2013-12-24 23:05:41 +03:00
parent 19c83de6af
commit ee6a18d94d
+2
View File
@@ -1122,6 +1122,8 @@ datum/preferences
UI_style = "Orange"
if("Orange")
UI_style = "old"
if("old")
UI_style = "White"
else
UI_style = "Midnight"