mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-10 22:34:33 -05:00
Implement Non-Final 1.5 Extensions API (#699)
* Implement non-final 1.5 extensions API * Bump lib version max * Add visibility to preferences * Add preference visibility
This commit is contained in:
@@ -48,7 +48,7 @@ object ProtoBackupImport : ProtoBackupBase() {
|
||||
|
||||
private val backupMutex = Mutex()
|
||||
sealed class BackupRestoreState {
|
||||
object Idle : BackupRestoreState()
|
||||
data object Idle : BackupRestoreState()
|
||||
data class RestoringCategories(val totalManga: Int) : BackupRestoreState()
|
||||
data class RestoringManga(val current: Int, val totalManga: Int, val title: String) : BackupRestoreState()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user