Skip to content

Commit

Permalink
Sort
Browse files Browse the repository at this point in the history
  • Loading branch information
kraxarn committed Jul 6, 2020
1 parent cfdd8c6 commit e3ae9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,12 @@ void Settings::save()
{"tray_notifications", general.trayNotifications}
}),
QPair<QString, QJsonObject>("Spotify", {
{"always_start", spotify.alwaysStart},
{"bitrate", spotify.bitrate},
{"global_config", spotify.globalConfig},
{"path", spotify.path},
{"start_client", spotify.startClient},
{"username", spotify.username},
{"always_start", spotify.alwaysStart},
})
});

Expand Down

0 comments on commit e3ae9d2

Please sign in to comment.