UI update
This commit is contained in:
@ -21,5 +21,5 @@ export function pagesLabel(entry) {
|
||||
if (!entry.selectedPages || entry.selectedPages.size === 0) return 'Нет';
|
||||
if (entry.selectedPages.size === entry.totalPages) return 'Все';
|
||||
if (entry.selectedPages.size === 1) return `стр. ${[...entry.selectedPages][0]}`;
|
||||
return `${entry.selectedPages.size} из ${entry.totalPages}`;
|
||||
return `${entry.selectedPages.size}/${entry.totalPages} стр.`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user