be friendly

This commit is contained in:
jrkb 2023-09-24 21:48:53 +02:00
parent d6ceb356e5
commit a4098ce5b1
2 changed files with 2 additions and 1 deletions

View file

@ -173,7 +173,7 @@ const findInjectPanel = () => {
window.onload = () => {
if (isMobile()) {
alert('Variable Time is a tool currently designed to be used on desktop.');
alert('Sorry, Variable Time is a tool currently designed to be used on desktop!');
}
window.addEventListener('panelEvent', (e) => {
clearTimeout(window.panelFinderTimeout);

View file

@ -414,4 +414,5 @@ export {
getParents,
arraysEqual,
mapValue,
isMobile,
}