This commit is contained in:
pypy
2021-01-21 12:33:14 +09:00
parent 537326b162
commit 1ad9b75fe2

View File

@@ -1021,7 +1021,7 @@ speechSynthesis.getVoices();
theme: this.config.notificationTheme,
timeout: this.config.notificationTimeout,
layout: this.config.notificationPosition,
text: text
text
}).show();
}
}