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