Add setting to force monitor isolation when using a single panel

gh-2355
This commit is contained in:
Charles Gagnon
2025-10-12 19:32:50 -04:00
parent bcdbe125ba
commit 4a9886e6f6
6 changed files with 90 additions and 2 deletions

View File

@@ -145,6 +145,20 @@
<child>
<object class="AdwActionRow">
<property name="title" translatable="yes">Isolate monitors</property>
<child>
<object class="GtkButton" id="isolate_monitors_button">
<property name="receives-default">True</property>
<property name="valign">center</property>
<child>
<object class="GtkImage" id="image_isolate_monitors_options">
<property name="icon-name">emblem-system-symbolic</property>
</object>
</child>
<style>
<class name="circular"/>
</style>
</object>
</child>
<child>
<object class="GtkSwitch" id="multimon_multi_isolate_monitor_switch">
<property name="valign">center</property>