Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data/ui
diff options
context:
space:
mode:
authorAntenore Gatta (tmow) <antenore@simbiosi.org>2022-03-02 16:21:02 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2022-03-02 16:21:02 +0300
commit297caed269938c2833e7ec09f4dfb0b48e8a6ca1 (patch)
treeca8b8194ad9480cdcbda179e2f262b4eb65e7552 /data/ui
parentdd0b67ff3cd66220caae90ad87dd1e3c36d3a7f3 (diff)
Optional close confirmation
This patch ammend the commit dbd73dcbfea559fec974de9af68a986d53ca3f93 adding an option for those not wanting to confirm. Fixes #2122 comment note_848622269 @emmguyot FYI Signed-off-by: Antenore Gatta (tmow) <antenore@simbiosi.org>
Diffstat (limited to 'data/ui')
-rw-r--r--data/ui/remmina_preferences.glade40
1 files changed, 35 insertions, 5 deletions
diff --git a/data/ui/remmina_preferences.glade b/data/ui/remmina_preferences.glade
index d7a7db2c1..a5e192b9d 100644
--- a/data/ui/remmina_preferences.glade
+++ b/data/ui/remmina_preferences.glade
@@ -26,7 +26,7 @@
<property name="visible">True</property>
<property name="can-focus">False</property>
<child>
- <!-- n-columns=3 n-rows=14 -->
+ <!-- n-columns=3 n-rows=15 -->
<object class="GtkGrid" id="grid_options">
<property name="visible">True</property>
<property name="can-focus">False</property>
@@ -316,7 +316,7 @@
<property name="halign">start</property>
<property name="margin-start">18</property>
<property name="margin-end">6</property>
- <property name="label" translatable="yes" comments="The star (*) is a reference to privacy consent">Remember last view mode</property>
+ <property name="label" translatable="yes">Remember last view mode</property>
<property name="justify">right</property>
</object>
<packing>
@@ -384,7 +384,6 @@
<property name="halign">start</property>
<property name="margin-start">18</property>
<property name="margin-end">6</property>
- <property name="margin-bottom">18</property>
<property name="label" translatable="yes">Prevent screenshots from entering clipboard</property>
<property name="justify">right</property>
</object>
@@ -400,7 +399,6 @@
<property name="halign">start</property>
<property name="valign">center</property>
<property name="margin-end">18</property>
- <property name="margin-bottom">18</property>
</object>
<packing>
<property name="left-attach">1</property>
@@ -436,7 +434,7 @@
</object>
<packing>
<property name="left-attach">0</property>
- <property name="top-attach">13</property>
+ <property name="top-attach">14</property>
<property name="width">3</property>
</packing>
</child>
@@ -486,6 +484,38 @@
<property name="top-attach">6</property>
</packing>
</child>
+ <child>
+ <object class="GtkLabel" id="label_options_confirm_close">
+ <property name="visible">True</property>
+ <property name="can-focus">False</property>
+ <property name="tooltip-text" translatable="yes">Remember last view for each connection</property>
+ <property name="halign">start</property>
+ <property name="margin-start">18</property>
+ <property name="margin-end">6</property>
+ <property name="margin-bottom">18</property>
+ <property name="label" translatable="yes">Ask consent to close last window</property>
+ <property name="justify">right</property>
+ </object>
+ <packing>
+ <property name="left-attach">0</property>
+ <property name="top-attach">13</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkSwitch" id="switch_options_confirm_close">
+ <property name="visible">True</property>
+ <property name="can-focus">True</property>
+ <property name="halign">start</property>
+ <property name="valign">center</property>
+ <property name="margin-end">18</property>
+ <property name="margin-bottom">18</property>
+ </object>
+ <packing>
+ <property name="left-attach">1</property>
+ <property name="top-attach">13</property>
+ <property name="width">2</property>
+ </packing>
+ </child>
</object>
</child>
</object>