mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-24 12:35:05 +00:00
Show spicetify version in About
This commit is contained in:
parent
6118e1d9e7
commit
1447fd9f3d
1 changed files with 1 additions and 0 deletions
|
|
@ -355,6 +355,7 @@ waitForElement(["#main"], () => {
|
|||
description: `
|
||||
OS: ${capitalizeFirstLetter(Spicetify.Platform.PlatformData.os_name)} v${Spicetify.Platform.PlatformData.os_version}
|
||||
Spotify: v${Spicetify.Platform.PlatformData.event_sender_context_information?.client_version_string ?? Spicetify.Platform.PlatformData.client_version_triple}
|
||||
Spicetify: ${Spicetify.version != null ? `v${Spicetify.version}` : "<= v2.7.2"}
|
||||
Dribbblish: v${process.env.DRIBBBLISH_VERSION}-${process.env.COMMIT_HASH}
|
||||
`,
|
||||
data: "Copy",
|
||||
|
|
|
|||
Loading…
Reference in a new issue