Skip to content

Commit

Permalink
Merge branch 'main' into midi-playback
Browse files Browse the repository at this point in the history
  • Loading branch information
EmoonX authored Jan 1, 2025
2 parents 093a0d8 + edc0018 commit 5389d9d
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions bottles/frontend/ui/dialog-mangohud.blp
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
using Gtk 4.0;
using Adw 1;

template MangoHudDialog : .AdwWindow {
default-width: "500";
template $MangoHudDialog : Adw.Window {
default-width: 500;
modal: true;

title:_("MangoHud Settings");
Expand All @@ -16,7 +17,7 @@ template MangoHudDialog : .AdwWindow {
Box {
orientation: vertical;

.AdwHeaderBar {
Adw.HeaderBar {
show-start-title-buttons: false;
show-end-title-buttons: false;

Expand All @@ -36,12 +37,12 @@ template MangoHudDialog : .AdwWindow {
}
}

.AdwPreferencesPage {
.AdwPreferencesGroup {
.AdwActionRow {
Adw.PreferencesPage {
Adw.PreferencesGroup {
Adw.ActionRow {
title: _("Display On Game Start");
subtitle: _("Display HUD as soon as the game starts. Can be toggled in-game (default keybind: [⇧ Right Shift] + [F12]).");
activatable-widget: "display_on_game_start";
activatable-widget: display_on_game_start;

Switch display_on_game_start {
valign: center;
Expand Down

0 comments on commit 5389d9d

Please sign in to comment.