mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-17 12:00:19 -07:00
remote downloading
This commit is contained in:
parent
905393d2be
commit
dc70d4406e
3 changed files with 836 additions and 26 deletions
|
|
@ -11,5 +11,7 @@ data class PluginStatus(
|
|||
val author: String?,
|
||||
val gitLabPlugin: GitLabPlugin?,
|
||||
val isInstalled: Boolean,
|
||||
val needsUpdate: Boolean
|
||||
val needsUpdate: Boolean,
|
||||
val isDownloading: Boolean = false,
|
||||
val downloadProgress: Int = 0
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue