Skip to content

Commit 29c4ed8

Browse files
committed
[v0.9.528] Updated tooltip for default saves path to mention the default launcher.
1 parent 5dd24f2 commit 29c4ed8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/main.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const char* get_notes_manifest_path();
5555
#define TRACKER_TITLE "Advancely"
5656

5757
// This is the version that gets compared with the latest release tag on GitHub
58-
#define ADVANCELY_VERSION "v0.9.527" // vMAJOR.MINOR.PATCH // Update this always, SAME FORMAT ON RELEASE TAG!
58+
#define ADVANCELY_VERSION "v0.9.528" // vMAJOR.MINOR.PATCH // Update this always, SAME FORMAT ON RELEASE TAG!
5959
#define ADVANCELY_ICON_PATH "/gui/Advancely_Logo_NoText.png" // Starting from /gui folder
6060
#define ADVANCELY_LOGO_PATH "/gui/Advancely_Logo.png" // Starting from /gui folder
6161
#define ADVANCELY_LOGO_SIZE 512.0f // Logo size on startup message window or update successful window

source/settings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ void settings_render_gui(bool *p_open, AppSettings *app_settings, ImFont *roboto
370370
if (ImGui::IsItemHovered()) {
371371
char default_saves_path_tooltip_buffer[1024];
372372
snprintf(default_saves_path_tooltip_buffer, sizeof(default_saves_path_tooltip_buffer),
373-
"Automatically finds the default Minecraft saves path for your OS.\n"
373+
"Automatically finds the default Minecraft (-Launcher) saves path for your OS.\n"
374374
"Windows: %%APPDATA%%\\.minecraft\\saves\n"
375375
"Linux: ~/.minecraft/saves\n"
376376
"macOS: ~/Library/Application Support/minecraft/saves");

0 commit comments

Comments
 (0)