mirror of
https://github.com/kilyabin/psysonic.git
synced 2026-07-22 14:35:41 +00:00
fix(settings): show including state on library index include action
Mirror the exclude UX: flushSync before bootstrap, block repeat clicks, show "Including…" on the row, and roll back exclusion if bind fails.
This commit is contained in:
@@ -259,6 +259,7 @@ export const settings = {
|
||||
libraryIndexExcludingServer: '正在排除…',
|
||||
libraryIndexExcludedTitle: '已排除同步',
|
||||
libraryIndexIncludeServer: '重新纳入',
|
||||
libraryIndexIncludingServer: '正在纳入…',
|
||||
libraryIndexStatus: '状态',
|
||||
libraryIndexStatusIdle: '空闲',
|
||||
libraryIndexStatusProbing: '正在检查服务器…',
|
||||
|
||||
Reference in New Issue
Block a user