- Removed waiting delay on fetching files from the database when launch.
- Database had not been closed right timings.
- Fixed wrong message.

Improved:
- Plugins and Settings sync is not compatible with Cloudant.
- "Restore from file" is added on "Corrupted data".
This commit is contained in:
vorotamoroz
2021-11-26 07:52:15 +09:00
parent 57f91eb407
commit 3435efaf89
2 changed files with 82 additions and 40 deletions

View File

@@ -31,3 +31,10 @@
.tcenter {
text-align: center;
}
.sls-plugins-wrap {
display: flex;
flex-grow: 1;
overflow: scroll;
}
.sls-plugins-tbl {
}