mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-16 01:31:19 +10:00
fix: redelete platform
This commit is contained in:
@ -10,12 +10,6 @@ model ApplicationSettings {
|
|||||||
showGamePanelTextDecoration Boolean @default(true)
|
showGamePanelTextDecoration Boolean @default(true)
|
||||||
}
|
}
|
||||||
|
|
||||||
enum Platform {
|
|
||||||
Windows @map("windows")
|
|
||||||
Linux @map("linux")
|
|
||||||
macOS @map("macos")
|
|
||||||
}
|
|
||||||
|
|
||||||
enum LibraryBackend {
|
enum LibraryBackend {
|
||||||
Filesystem
|
Filesystem
|
||||||
FlatFilesystem
|
FlatFilesystem
|
||||||
|
|||||||
Reference in New Issue
Block a user