Skip to content

Commit

Permalink
platformStyles: set apiLevel 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Cynosphere committed Oct 4, 2024
1 parent 09ffc44 commit 3a97d52
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions src/platformStyles/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,24 @@
"meta": {
"name": "Platform Styles",
"tagline": "Change the window border apperance to another operating system's style.",
"authors": ["Cynosphere", "adryd"]
"authors": [
"Cynosphere",
"adryd"
]
},
"settings": {
"style": {
"displayName": "Style (linux for system border)",
"type": "select",
"default": "default",
"options": ["default", "win", "osx", "linux", "web"]
"options": [
"default",
"win",
"osx",
"linux",
"web"
]
}
}
},
"apiLevel": 2
}

0 comments on commit 3a97d52

Please sign in to comment.