mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-31 02:21:35 +00:00
Increase robot avatar wait time
This commit is contained in:
parent
35fc3bccbd
commit
ab3a700ab3
@ -32,7 +32,7 @@ class RoboGenerator {
|
|||||||
|
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.waitingForLibrary = false;
|
this.waitingForLibrary = false;
|
||||||
}, 2000);
|
}, 2500);
|
||||||
}
|
}
|
||||||
|
|
||||||
public generate: (hash: string, size: 'small' | 'large') => Promise<string> = async (
|
public generate: (hash: string, size: 'small' | 'large') => Promise<string> = async (
|
||||||
|
Loading…
Reference in New Issue
Block a user