mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-21 15:48:52 -05:00
If AutoUpdate Only Relaunch as well
This commit is contained in:
parent
cad4b9a1ab
commit
98a35a42ca
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ async function init() {
|
|||
noPersist: true,
|
||||
onClick: relaunch
|
||||
}), 10_000);
|
||||
return;
|
||||
return relaunch;
|
||||
}
|
||||
|
||||
setTimeout(() => showNotification({
|
||||
|
|
Loading…
Add table
Reference in a new issue