feat: list selected notif

This commit is contained in:
karishmas6
2024-10-27 19:12:07 +05:30
parent aebbfbbfd9
commit 881e23cde5

View File

@@ -132,7 +132,7 @@ export const BrowserWindow = () => {
if (getList === true) {
if (listSelector) {
socket?.emit('listSelector', { selector: listSelector });
notify(`info`, `Setting new list selector to: ${listSelector}`);
notify(`info`, `List Selected. Proceed to select text you want to extract.`);
if (limitMode) {
setHighlighterData(null);
} else if (paginationMode) {