Remove missing games - closes #85
This commit is contained in:
@@ -85,6 +85,19 @@ template $PreferencesWindow : Adw.PreferencesWindow {
|
||||
title: _("Import");
|
||||
icon-name: "document-save-symbolic";
|
||||
|
||||
Adw.PreferencesGroup import_behavior_group {
|
||||
title: _("Behavior");
|
||||
|
||||
Adw.ActionRow {
|
||||
title: _("Remove Missing Games");
|
||||
activatable-widget: remove_missing_switch;
|
||||
|
||||
Switch remove_missing_switch {
|
||||
valign: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Adw.PreferencesGroup sources_group {
|
||||
title: _("Sources");
|
||||
|
||||
|
||||
@@ -10,6 +10,9 @@
|
||||
<key name="high-quality-images" type="b">
|
||||
<default>false</default>
|
||||
</key>
|
||||
<key name="remove-missing" type="b">
|
||||
<default>true</default>
|
||||
</key>
|
||||
<key name="steam" type="b">
|
||||
<default>true</default>
|
||||
</key>
|
||||
|
||||
Reference in New Issue
Block a user