Skip to content

Commit

Permalink
update docs and fix some formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ChildishGiant committed Aug 21, 2024
1 parent 933b5e1 commit 3b4def9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ flatpak run com.github.childishgiant.mixer
cd build

# generates pot file
ninja com.github.childishgiant.mixer-pot
ninja mixer-pot
ninja extra-pot

# to regenerate and propagate changes to every po file
ninja com.github.childishgiant.mixer-update-po
ninja mixer-update-po
ninja extra-update-po
```

Expand Down
8 changes: 2 additions & 6 deletions src/appEntry.blp
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ template $MixerAppEntry : Adw.ExpanderRow {
styles ["flat"]
valign: center;
icon-name: "audio-volume-high-symbolic";
}
}
}


Adw.ActionRow balance_row {
title: _("Balance");

Expand All @@ -50,11 +49,8 @@ template $MixerAppEntry : Adw.ExpanderRow {
}
}


Adw.ComboRow output_row {
title: _("Output");
model: StringList {strings [] };
// model: StringList { strings ["test","test2"] };
}

}
}

0 comments on commit 3b4def9

Please sign in to comment.