mirror of
https://github.com/kilyabin/psysonic.git
synced 2026-07-22 06:25: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:
@@ -262,6 +262,7 @@ export const settings = {
|
||||
libraryIndexExcludingServer: 'Excluyendo…',
|
||||
libraryIndexExcludedTitle: 'Excluidos de la sincronización',
|
||||
libraryIndexIncludeServer: 'Incluir de nuevo',
|
||||
libraryIndexIncludingServer: 'Incluyendo…',
|
||||
libraryIndexStatus: 'Estado',
|
||||
libraryIndexStatusIdle: 'Inactivo',
|
||||
libraryIndexStatusProbing: 'Comprobando servidor…',
|
||||
|
||||
Reference in New Issue
Block a user