mirror of
https://github.com/kilyabin/psysonic.git
synced 2026-07-22 06:25:41 +00:00
fix(settings): show excluding state on library index exclude action
Flush UI before the async unbind, disable repeat clicks, cancel an active sync when needed, and label the button "Excluding…" / localized equivalent.
This commit is contained in:
@@ -269,6 +269,7 @@ export const settings = {
|
||||
libraryIndexFullResync: 'Полная пересинхронизация',
|
||||
libraryIndexDeltaSync: 'Быстрая дельта',
|
||||
libraryIndexExcludeServer: 'Исключить из синхронизации',
|
||||
libraryIndexExcludingServer: 'Отключается…',
|
||||
libraryIndexExcludedTitle: 'Исключены из синхронизации',
|
||||
libraryIndexIncludeServer: 'Включить снова',
|
||||
libraryIndexStatus: 'Статус',
|
||||
|
||||
Reference in New Issue
Block a user