OmniControl: disable colored ls clock setting for the moment

google has changed everything in SystemUI

Change-Id: I4d1b59283c9f569f39e9e4b693b9063704ba972d
diff --git a/app/src/main/res/xml/lockscreen_settings_preferences.xml b/app/src/main/res/xml/lockscreen_settings_preferences.xml
index ae84612..9d7b909 100644
--- a/app/src/main/res/xml/lockscreen_settings_preferences.xml
+++ b/app/src/main/res/xml/lockscreen_settings_preferences.xml
@@ -36,10 +36,10 @@
         android:summary="@string/lockscreen_dnd_summary"
         android:title="@string/lockscreen_dnd_title" />
 
-    <org.omnirom.omnilib.preference.SystemSettingSwitchPreference
+    <!--<org.omnirom.omnilib.preference.SystemSettingSwitchPreference
         android:defaultValue="true"
         android:key="lockscreen_clock_colored"
         android:summary="@string/lockscreen_clock_colored_summary"
-        android:title="@string/lockscreen_clock_colored_title" />
+        android:title="@string/lockscreen_clock_colored_title" />-->
 </PreferenceScreen>