KeepPlayerFocus pref, rework prefs page, always autoplay if you click on the next track

This commit is contained in:
Laptop
2025-02-26 22:48:26 +02:00
parent 3718ef7e66
commit 7a044a2dec
7 changed files with 170 additions and 132 deletions

View File

@@ -80,6 +80,8 @@ type Preferences struct {
SearchSuggestions *bool // load search suggestions on main page
DynamicLoadComments *bool // dynamic comments loader without leaving track page
KeepPlayerFocus *bool // keep player element in focus
}
func B2s(b []byte) string {