mirror of
https://github.com/Grasscutters/GrassClipper.git
synced 2024-11-16 04:45:34 +00:00
bugfix
This commit is contained in:
parent
fdc3abb600
commit
ff9c0f2039
@ -411,7 +411,7 @@ async function setGameExe() {
|
||||
]
|
||||
})
|
||||
|
||||
if (!gameexe[0]) return;
|
||||
if (!gameExe[0]) return;
|
||||
|
||||
// Set the folder in our configuration
|
||||
const config = await getCfg()
|
||||
|
@ -99,7 +99,7 @@ async function doTranslation() {
|
||||
set('downloadStable', 'downloadStable')
|
||||
set('stableSubtitle', 'stableSubtitle')
|
||||
set('downloadDev', 'downloadDev')
|
||||
set('downloadSubtitle', 'downloadSubtitle')
|
||||
set('devSubtitle', 'downloadSubtitle')
|
||||
set('downloadResources', 'downloadResources')
|
||||
set('devSubtitle', 'devSubtitle')
|
||||
set('stableInstall', 'stableInstall')
|
||||
|
Loading…
Reference in New Issue
Block a user