mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-20 08:51:47 +03:00
Fixed vkdx logs autodeletion option
This commit is contained in:
parent
c923353527
commit
235a827642
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ $(() => {
|
|||
* Auto-delete DXVK logs
|
||||
*/
|
||||
|
||||
if (LauncherLib.getConfig('rpc'))
|
||||
if (LauncherLib.getConfig('autodelete_dxvk_logs'))
|
||||
$('#autodelete-dxvk-logs').addClass('checkbox-active');
|
||||
|
||||
$('#autodelete-dxvk-logs').on('classChange', () => {
|
||||
|
|
Loading…
Reference in a new issue