Skip to content
This repository has been archived by the owner on Jul 5, 2022. It is now read-only.

Commit

Permalink
fix missing grasscutter file dialog lang option
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed May 19, 2022
1 parent b0638e7 commit 224a8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ async function setGameExe() {
}

async function setGrasscutterFolder() {
const folder = await Neutralino.os.showOpenDialog(localeObj.grasscutterFileDialog || 'Select Grasscutter server jar file', {
const folder = await Neutralino.os.showOpenDialog(localeObj?.grasscutterFileDialog || 'Select Grasscutter server jar file', {
filters: [
{ name: 'Jar files', extensions: ['jar'] }
]
Expand Down

0 comments on commit 224a8b9

Please sign in to comment.