Skip to content

Commit d207549

Browse files
committed
chore(wrapper): change check for os_name to osx
1 parent 6a1363a commit d207549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsHelper/spicetifyWrapper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@ Spicetify.Events = (() => {
10291029
if (typeof isGlobalNavbar !== "undefined" && isGlobalNavbar === "control") {
10301030
await Spicetify.CosmosAsync.post("sp://messages/v1/container/control", {
10311031
type: "update_titlebar",
1032-
height: Spicetify.Platform.PlatformData.os_name === "windows" ? "40" : "42",
1032+
height: Spicetify.Platform.PlatformData.os_name === "osx" ? "42" : "40",
10331033
});
10341034
}
10351035
})();

0 commit comments

Comments
 (0)