备份:快捷键 字典 服务器 默认webDav账号
This commit is contained in:
@@ -118,7 +118,7 @@ object Restore {
|
|||||||
fileToListT<Server>(path, "servers.json")?.let {
|
fileToListT<Server>(path, "servers.json")?.let {
|
||||||
appDb.serverDao.insert(*it.toTypedArray())
|
appDb.serverDao.insert(*it.toTypedArray())
|
||||||
}
|
}
|
||||||
fileToListT<KeyboardAssists>(path, "keyboardAssists.json")?.let {
|
fileToListT<KeyboardAssist>(path, "keyboardAssists.json")?.let {
|
||||||
appDb.keyboardAssistsDao.insert(*it.toTypedArray())
|
appDb.keyboardAssistsDao.insert(*it.toTypedArray())
|
||||||
}
|
}
|
||||||
fileToListT<ReadRecord>(path, "readRecord.json")?.let {
|
fileToListT<ReadRecord>(path, "readRecord.json")?.let {
|
||||||
|
|||||||
Reference in New Issue
Block a user