We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
os_name
osx
1 parent 6a1363a commit d207549Copy full SHA for d207549
jsHelper/spicetifyWrapper.js
@@ -1029,7 +1029,7 @@ Spicetify.Events = (() => {
1029
if (typeof isGlobalNavbar !== "undefined" && isGlobalNavbar === "control") {
1030
await Spicetify.CosmosAsync.post("sp://messages/v1/container/control", {
1031
type: "update_titlebar",
1032
- height: Spicetify.Platform.PlatformData.os_name === "windows" ? "40" : "42",
+ height: Spicetify.Platform.PlatformData.os_name === "osx" ? "42" : "40",
1033
});
1034
}
1035
})();
0 commit comments