Fixed searchclients to handle new Google URLs correctly; added GUI
[movie-schedule] / src / data / settings.cpp
index 6c1528a..8b90acd 100644 (file)
@@ -21,7 +21,8 @@ Settings::Settings()
     : _location(),
     _previous_locations(),
     _gps_enabled(true),
-    _search_objects_type(MOVIES)
+    _search_objects_type(MOVIES),
+    _rotation_mode(AUTOROTATION)
 {
 }