Skip to content

Commit

Permalink
Merge pull request #58 from KGeetings/master
Browse files Browse the repository at this point in the history
Updated SettingsView.bsml with clearer wording
  • Loading branch information
ModdingPink authored Dec 23, 2023
2 parents a9e6b21 + eaacc3e commit 6686b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PlaylistManager/UI/Views/SettingsView.bsml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<text text='Other Settings' align='Left' italics='true' font-size='5' />
<vertical background='round-rect-panel' background-color='white' pad='2'>
<increment-setting text='Download Songs After Sync' hover-hint='Choose if songs should always download after a sync or have it always ask.' value='sync-option' formatter='sync-formatter' min='0' max='2' increment='1' integer-only='true' apply-on-change='true' bind-value='true' />
<checkbox value='gameplay-download' text='Download Playlists During Gameplay' hover-hint='Download playlists while the game during game scene instead of pausing, can cause performance issues on low end systems.' apply-on-change='true' bind-value='true' />
<checkbox value='gameplay-download' text='Download Playlists During Gameplay' hover-hint='Download playlists while also playing a game scene instead of pausing, can cause performance issues on low end systems.' apply-on-change='true' bind-value='true' />
<checkbox value='drive-protection' text='Drive Protection' hover-hint='Show a warning when downloading on low drive space (less than 100MB) instead of continuing to download.' apply-on-change='true' bind-value='true' />
<checkbox value='easter-eggs' text='Easter Eggs' hover-hint='Enable easter eggs in this mod.' apply-on-change='true' bind-value='true' />
</vertical>
Expand Down

0 comments on commit 6686b21

Please sign in to comment.