Prepare for Windows builds

This commit is contained in:
kramo
2023-03-19 01:06:00 +01:00
parent e709617370
commit c5b263c71e
7 changed files with 198 additions and 138 deletions

View File

@@ -5,7 +5,7 @@ template PreferencesWindow : Adw.PreferencesWindow {
search-enabled: false;
default-height: 500;
Adw.PreferencesPage {
Adw.PreferencesPage page {
Adw.PreferencesGroup {
title: _("General");
@@ -18,7 +18,7 @@ template PreferencesWindow : Adw.PreferencesWindow {
}
}
Adw.PreferencesGroup {
Adw.PreferencesGroup steam_group {
title: "Steam";
Adw.ActionRow {
@@ -32,7 +32,7 @@ template PreferencesWindow : Adw.PreferencesWindow {
}
}
Adw.PreferencesGroup {
Adw.PreferencesGroup heroic_group {
title: "Heroic";
Adw.ActionRow {
@@ -70,7 +70,7 @@ template PreferencesWindow : Adw.PreferencesWindow {
}
}
Adw.PreferencesGroup {
Adw.PreferencesGroup bottles_group {
title: "Bottles";
Adw.ActionRow {

View File

@@ -392,6 +392,7 @@ menu add_games {
item {
label: _("Bottles");
action: "app.bottles_import";
hidden-when: "action-disabled";
}
}
}