diff --git a/data/gtk/preferences.blp b/data/gtk/preferences.blp index deed48c..e1a1dba 100644 --- a/data/gtk/preferences.blp +++ b/data/gtk/preferences.blp @@ -127,6 +127,11 @@ template $PreferencesWindow : Adw.PreferencesWindow { title: _("Steam"); show-enable-switch: true; + [prefix] + Image { + icon-name: "steam-source-symbolic"; + } + Adw.ActionRow steam_data_action_row { title: _("Install Location"); @@ -144,6 +149,11 @@ template $PreferencesWindow : Adw.PreferencesWindow { title: _("Lutris"); show-enable-switch: true; + [prefix] + Image { + icon-name: "lutris-source-symbolic"; + } + Adw.ActionRow lutris_config_action_row { title: _("Install Location"); @@ -181,6 +191,11 @@ template $PreferencesWindow : Adw.PreferencesWindow { title: _("Heroic"); show-enable-switch: true; + [prefix] + Image { + icon-name: "heroic-source-symbolic"; + } + Adw.ActionRow heroic_config_action_row { title: _("Install Location"); @@ -214,6 +229,11 @@ template $PreferencesWindow : Adw.PreferencesWindow { title: _("Bottles"); show-enable-switch: true; + [prefix] + Image { + icon-name: "bottles-source-symbolic"; + } + Adw.ActionRow bottles_data_action_row { title: _("Install Location"); @@ -231,6 +251,11 @@ template $PreferencesWindow : Adw.PreferencesWindow { title: _("itch"); show-enable-switch: true; + [prefix] + Image { + icon-name: "itch-source-symbolic"; + } + Adw.ActionRow itch_config_action_row { title: _("Install Location"); @@ -248,6 +273,11 @@ template $PreferencesWindow : Adw.PreferencesWindow { title: _("Legendary"); show-enable-switch: true; + [prefix] + Image { + icon-name: "legendary-source-symbolic"; + } + Adw.ActionRow legendary_config_action_row { title: _("Install Location"); @@ -265,6 +295,11 @@ template $PreferencesWindow : Adw.PreferencesWindow { title: _("RetroArch"); show-enable-switch: true; + [prefix] + Image { + icon-name: "retroarch-source-symbolic"; + } + Adw.ActionRow retroarch_config_action_row { title: _("Install Location"); @@ -282,6 +317,11 @@ template $PreferencesWindow : Adw.PreferencesWindow { title: _("Flatpak"); show-enable-switch: true; + [prefix] + Image { + icon-name: "flatpak-source-symbolic"; + } + Adw.ActionRow flatpak_data_action_row { title: _("Install Location"); @@ -301,6 +341,11 @@ template $PreferencesWindow : Adw.PreferencesWindow { Adw.SwitchRow desktop_switch { title: _("Desktop Entries"); + + [prefix] + Image { + icon-name: "user-desktop-symbolic"; + } } } } diff --git a/data/screenshots/4.png b/data/screenshots/4.png index 1f7c57c..4bac007 100644 Binary files a/data/screenshots/4.png and b/data/screenshots/4.png differ