mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-15 01:01:20 +10:00
feat: add mac as platform
This commit is contained in:
@ -7,4 +7,5 @@ model ApplicationSettings {
|
||||
enum Platform {
|
||||
Windows @map("windows")
|
||||
Linux @map("linux")
|
||||
macOS @map("macos")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user