Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ def on_module_selected(self):
switch.set_tooltip_text(_("Select this option to disable automatic screen rotation on hardware equipped with supported accelerometers."))
settings.add_row(switch)

switch = GSettingsSwitch(_("Rotate in tablet mode only"), "org.cinnamon.settings-daemon.peripherals.touchscreen", "tabletmode-lock")
switch.set_tooltip_text(_("Select this option to enable automatic screen rotation only if your convertible is in tablet mode. In general, tablet mode is being activated by folding the display at least 180 degrees."))
settings.add_row(switch)

switch = GSettingsSwitch(_("Enable fractional scaling controls (experimental)"), "org.cinnamon.control-center.display", "show-fractional-scaling-controls")
switch.set_tooltip_text(_("Select this option to display additional layout controls for per-monitor scaling."))
settings.add_row(switch)
Expand Down