Add an option to hide the power save warning at startup (#282)
* add an option to hide the power save warning at startup * Fixed stuff and made it positive * Changed description and name of switch * Fixed tab * Fixed name of element (my bad) * Check power saver mode state when switching * Warning set to true by default --------- Co-authored-by: Jeffry Samuel <jeffrysamuer@gmail.com>
This commit is contained in:
@@ -263,6 +263,12 @@
|
||||
<property name="title" translatable="yes">Run Alpaca In Background</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="AdwSwitchRow" id="powersaver_warning_switch">
|
||||
<signal name="notify::active" handler="switch_powersaver_warning"/>
|
||||
<property name="title" translatable="yes">Show Power Saver Warning</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
|
||||
Reference in New Issue
Block a user