aboutsummaryrefslogtreecommitdiff
path: root/src/rotation-lock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rotation-lock.cpp')
-rw-r--r--src/rotation-lock.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rotation-lock.cpp b/src/rotation-lock.cpp
index f671c4c..a794dd2 100644
--- a/src/rotation-lock.cpp
+++ b/src/rotation-lock.cpp
@@ -195,8 +195,8 @@ private:
****
***/
-#ifdef HAS_UBUNTU_TOUCH_SCHEMA
- static constexpr char const * m_schema_name {"com.ubuntu.touch.system"};
+#ifdef HAS_LOMIRI_TOUCH_SCHEMA
+ static constexpr char const * m_schema_name {"com.lomiri.touch.system"};
#else
static constexpr char const * m_schema_name {"org.ayatana.indicator.display"};
#endif