Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- name: Cache cargo registry and target
uses: Swatinem/rust-cache@v2

- name: Install GTK dependencies
- name: Install GTK and gettext dependencies
run: |
sudo apt-get update
sudo apt-get install -y libgtk-4-dev libadwaita-1-dev
sudo apt-get install -y libgtk-4-dev libadwaita-1-dev gettext

- name: Check formatting
run: cargo fmt --check
Expand Down
14 changes: 13 additions & 1 deletion assets/org.samrewritten.SamRewritten.gschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,18 @@
<description>How the achievement view commits toggles. Valid values are 'autocommit' (each switch commits immediately), 'deferred' (toggles build an ordered queue that the user fires later), and 'copytiming' (replay a friend's unlock cadence).</description>
</key>

<key name="achievement-order" type="s">
<default>'global-percentage'</default>
<summary>Achievement Order</summary>
<description>How achievements are sorted. Valid values are 'steam-default', 'alphabetical', 'global-percentage', and 'unlock-date'.</description>
</key>

<key name="stat-order" type="s">
<default>'steam-default'</default>
<summary>Stat Order</summary>
<description>How stats are sorted. Valid values are 'steam-default' and 'alphabetical'.</description>
</key>

<key name="copy-timing-max-gap-minutes" type="i">
<default>5</default>
<summary>Copy Timing Maximum Gap (Minutes)</summary>
Expand Down Expand Up @@ -157,4 +169,4 @@
<description>Whether games you placed in Steam's own Hidden collection are left out of the games list.</description>
</key>
</schema>
</schemalist>
</schemalist>
Loading