mirror of
https://github.com/kilyabin/psysonic.git
synced 2026-07-21 22:15:40 +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:
@@ -272,6 +272,7 @@ export const settings = {
|
||||
libraryIndexExcludingServer: 'Отключается…',
|
||||
libraryIndexExcludedTitle: 'Исключены из синхронизации',
|
||||
libraryIndexIncludeServer: 'Включить снова',
|
||||
libraryIndexIncludingServer: 'Подключается…',
|
||||
libraryIndexStatus: 'Статус',
|
||||
libraryIndexStatusIdle: 'Ожидание',
|
||||
libraryIndexStatusProbing: 'Проверка сервера…',
|
||||
|
||||
Reference in New Issue
Block a user