mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-13 16:40:01 +00:00
Implement "secret" toggle for plugin config fields
This commit is contained in:
@@ -3,5 +3,6 @@ package de.grimsi.gameyfin.pluginapi.core
|
||||
data class PluginConfigElement(
|
||||
val key: String,
|
||||
val name: String,
|
||||
val description: String
|
||||
val description: String,
|
||||
val isSecret: Boolean = false
|
||||
)
|
||||
Reference in New Issue
Block a user