2021-12-28 10:44:41 +00:00
|
|
|
From 6756ee55e44754b68f13c0d4690eaed7641fa6f8 Mon Sep 17 00:00:00 2001
|
2021-12-06 22:16:49 +00:00
|
|
|
From: silver <silver@silvermag.net>
|
|
|
|
Date: Fri, 23 Oct 2020 21:56:44 +0000
|
2021-12-28 10:44:41 +00:00
|
|
|
Subject: [PATCH 8/8] Added some more reasonable suspend time options for
|
2021-12-06 22:16:49 +00:00
|
|
|
mobile
|
|
|
|
|
|
|
|
---
|
|
|
|
panels/power/cc-power-panel.ui | 12 ++++++++++++
|
|
|
|
1 file changed, 12 insertions(+)
|
|
|
|
|
|
|
|
diff --git a/panels/power/cc-power-panel.ui b/panels/power/cc-power-panel.ui
|
|
|
|
index 9880f6b7e..6eb6c379a 100644
|
|
|
|
--- a/panels/power/cc-power-panel.ui
|
|
|
|
+++ b/panels/power/cc-power-panel.ui
|
|
|
|
@@ -9,6 +9,18 @@
|
|
|
|
<column type="gint"/>
|
|
|
|
</columns>
|
|
|
|
<data>
|
|
|
|
+ <row>
|
|
|
|
+ <col id="0" translatable="yes" context="automatic_suspend" comments="Translators: Option for "Delay" in "Automatic suspend" dialog.">2 minutes</col>
|
|
|
|
+ <col id="1">120</col>
|
|
|
|
+ </row>
|
|
|
|
+ <row>
|
|
|
|
+ <col id="0" translatable="yes" context="automatic_suspend" comments="Translators: Option for "Delay" in "Automatic suspend" dialog.">5 minutes</col>
|
|
|
|
+ <col id="1">300</col>
|
|
|
|
+ </row>
|
|
|
|
+ <row>
|
|
|
|
+ <col id="0" translatable="yes" context="automatic_suspend" comments="Translators: Option for "Delay" in "Automatic suspend" dialog.">10 minutes</col>
|
|
|
|
+ <col id="1">600</col>
|
|
|
|
+ </row>
|
|
|
|
<row>
|
|
|
|
<col id="0" translatable="yes" context="automatic_suspend" comments="Translators: Option for "Delay" in "Automatic suspend" dialog.">15 minutes</col>
|
|
|
|
<col id="1">900</col>
|
|
|
|
--
|
2021-12-28 10:44:41 +00:00
|
|
|
2.25.1
|
2021-12-06 22:16:49 +00:00
|
|
|
|