Skip to content

Commit

Permalink
Merge branch 'tauri' of https://github.com/CCBlueX/LiquidLauncher int…
Browse files Browse the repository at this point in the history
…o tauri
  • Loading branch information
SenkJu committed Jan 31, 2023
2 parents e85eb96 + 0ee4c05 commit b101f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/app/app_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ impl Default for LauncherOptions {
Self {
keep_launcher_open: false,
show_nightly_builds: false,
memory_percentage: 90, // 90% memory of computer allocated to game
memory_percentage: 80, // 80% memory of computer allocated to game
custom_java_path: String::new(),
custom_java_args: String::new(),
preferred_branch: None,
Expand Down

0 comments on commit b101f72

Please sign in to comment.