mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-29 21:18:17 +03:00
(probably) fixed voice language update button
This commit is contained in:
parent
d2de083355
commit
8260d1b975
1 changed files with 4 additions and 0 deletions
|
@ -55,7 +55,11 @@ export default class Launcher
|
|||
Debug.merge(record.pop().data.records);
|
||||
|
||||
else if (record.data === 'voice-update-required')
|
||||
{
|
||||
this.state!.set('game-voice-update-required');
|
||||
|
||||
record.pop();
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue