Skip to content

Commit

Permalink
[PR] Add new control UI
Browse files Browse the repository at this point in the history
It's now possible to use the UI to control per-mount BGM settings without needing to actually get on the mount and use a command. Additionally, there are filtering options in the UI for simplicity. Finally, there's now an option to disable the BGM track "Borderless" (mount default) without needing to manually turn off BGM for the relevant mounts.
  • Loading branch information
PrincessRTFM committed May 30, 2024
1 parent 246351e commit 0e55f7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
tagExists: ${{ steps.check-version-tag.outputs.tagExists }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Load values
Expand All @@ -61,7 +61,7 @@ jobs:
runs-on: windows-2022
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
- name: Setup MSBuild
Expand All @@ -75,7 +75,7 @@ jobs:
- name: Build
run: dotnet build -c ${{ env.CONFIGURATION }} --no-restore
- name: Upload build
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: PluginRepoZip
path: ${{ env.INTERNAL_NAME }}/bin/${{ env.CONFIGURATION }}/${{ env.INTERNAL_NAME }}
Expand Down

0 comments on commit 0e55f7c

Please sign in to comment.