mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +02:00
Pending offline delay option 1
This commit is contained in:
+1
-1
@@ -21908,7 +21908,7 @@ speechSynthesis.getVoices();
|
|||||||
distinguishCancelAndClose: true,
|
distinguishCancelAndClose: true,
|
||||||
confirmButtonText: 'Save',
|
confirmButtonText: 'Save',
|
||||||
cancelButtonText: 'Cancel',
|
cancelButtonText: 'Cancel',
|
||||||
inputValue: this.pendingOfflineDelay,
|
inputValue: this.pendingOfflineDelay / 1000,
|
||||||
inputPattern: /\d+$/,
|
inputPattern: /\d+$/,
|
||||||
inputErrorMessage: 'Valid number is required',
|
inputErrorMessage: 'Valid number is required',
|
||||||
callback: (action, instance) => {
|
callback: (action, instance) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user