From beeff3bfa6e6da9791017ab8f07925c158c71655 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Mon, 12 Feb 2024 13:28:17 -0800 Subject: [PATCH] Update DisplaysView.vala --- src/Views/DisplaysView.vala | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Views/DisplaysView.vala b/src/Views/DisplaysView.vala index 1fceea27..d9fa8997 100644 --- a/src/Views/DisplaysView.vala +++ b/src/Views/DisplaysView.vala @@ -149,7 +149,6 @@ public class Display.DisplaysView : Gtk.Box { rotation_lock_box.append (rotation_lock_switch); touchscreen_settings.bind ("orientation-lock", rotation_lock_switch, "state", DEFAULT); - } }