From b42a017d451bb4087b77e6747f6225ef54283d64 Mon Sep 17 00:00:00 2001 From: AngryFender Date: Sun, 24 Mar 2024 22:26:51 +0000 Subject: [PATCH] Github Issue #110: Updated the startup text to show how the vault path is changed --- startuptext.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/startuptext.h b/startuptext.h index d8e5d93..9fb0d20 100644 --- a/startuptext.h +++ b/startuptext.h @@ -12,8 +12,8 @@ const QString startupText = QStringLiteral("Keyboard Shortcuts:\n" " - Right click \"Disable Markdown\" will show markdown symbols\n" " - Right click \"Disable WordWrap\" will disable word warpping \n" "\n" - "Path Config:\n" - " - Check config.txt in the exe folder to update the root path\n" + "Vault Path :\n" + " - Right click context menu on the navigation view or open settings\n" "\n" );