staticWindowTitle(fix): Order alphabetically on all appearances, change if to a ternary

This commit is contained in:
Darío Marmie
2024-10-23 09:39:13 -03:00
parent cb8667bd41
commit 974877ea4f
4 changed files with 12 additions and 13 deletions

View File

@@ -55,9 +55,9 @@ export const settings = {
singleInstance: "singleInstance",
skipArtists: "skipArtists",
skippedArtists: "skippedArtists",
staticWindowTitle: "staticWindowTitle",
theme: "theme",
trayIcon: "trayIcon",
staticWindowTitle: "staticWindowTitle",
updateFrequency: "updateFrequency",
windowBounds: {
root: "windowBounds",