mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-16 09:04:45 +01:00
Some globalisation stuff
Game executable now selectable in settings. Translations need updating for "Set Game Path".
This commit is contained in:
@@ -8,7 +8,7 @@ let defaultConfig: Configuration
|
||||
defaultConfig = {
|
||||
toggle_grasscutter: false,
|
||||
game_install_path: 'C:\\Program Files\\Genshin Impact\\Genshin Impact game',
|
||||
game_version: 'global',
|
||||
game_executable: 'GenshinImpact.exe',
|
||||
grasscutter_with_game: false,
|
||||
grasscutter_path: '',
|
||||
java_path: '',
|
||||
@@ -31,7 +31,7 @@ let defaultConfig: Configuration
|
||||
export interface Configuration {
|
||||
toggle_grasscutter: boolean
|
||||
game_install_path: string
|
||||
game_version: string
|
||||
game_executable: string
|
||||
grasscutter_with_game: boolean
|
||||
grasscutter_path: string
|
||||
java_path: string
|
||||
|
||||
Reference in New Issue
Block a user