pinokiod 3.140.0 → 3.141.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -480,7 +480,7 @@ const ensureTabAccessories = aggregateDebounce(() => {
|
|
|
480
480
|
const title = tab ? tab.textContent.trim() : 'Tab activity';
|
|
481
481
|
//const subtitle = title || 'Pinokio';
|
|
482
482
|
//const message = state.lastInput ? `Last input: ${state.lastInput}` : 'Tab is now idle.';
|
|
483
|
-
const message = state.lastInput ? `
|
|
483
|
+
const message = state.lastInput ? `From: "${state.lastInput}"` : "Tab is now idle."
|
|
484
484
|
const image = resolveTabImage(link);
|
|
485
485
|
|
|
486
486
|
const payload = {
|