From 252c0a9c6f373d2bd9d5212420aae2b29f811d3f Mon Sep 17 00:00:00 2001 From: dartraiden Date: Mon, 28 Mar 2022 22:12:33 +0300 Subject: OR implies the sufficiency of ANY condition, but in reality, if the first condition is met (no profile name passed via cmdline) and the second is not (one profile), the profile manager will not be shown, so we need AND here --- tools/installer_ng/Common/Files/Settings/mirandaboot_default.ini | 2 +- tools/installer_ng/Common/Files/Settings/mirandaboot_portable.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/installer_ng') diff --git a/tools/installer_ng/Common/Files/Settings/mirandaboot_default.ini b/tools/installer_ng/Common/Files/Settings/mirandaboot_default.ini index 271fb8ad44..1646bb82c4 100644 --- a/tools/installer_ng/Common/Files/Settings/mirandaboot_default.ini +++ b/tools/installer_ng/Common/Files/Settings/mirandaboot_default.ini @@ -19,7 +19,7 @@ ProfileDir=%APPDATA%\Miranda NG ;"never": Only show it if the profile to use can't be guessed by any means ;"yes": Always show it ;"smart": (default) Show it if the command line doesn't contain a db name -; that exists or there is more or less than 1 db in the ProfileDir +; that exists and there is more or less than 1 db in the ProfileDir ShowProfileMgr=smart ;DefaultProfile diff --git a/tools/installer_ng/Common/Files/Settings/mirandaboot_portable.ini b/tools/installer_ng/Common/Files/Settings/mirandaboot_portable.ini index e0966df85a..41fd3d4ea8 100644 --- a/tools/installer_ng/Common/Files/Settings/mirandaboot_portable.ini +++ b/tools/installer_ng/Common/Files/Settings/mirandaboot_portable.ini @@ -19,7 +19,7 @@ ProfileDir= ;"never": Only show it if the profile to use can't be guessed by any means ;"yes": Always show it ;"smart": (default) Show it if the command line doesn't contain a db name -; that exists or there is more or less than 1 db in the ProfileDir +; that exists and there is more or less than 1 db in the ProfileDir ShowProfileMgr=smart ;DefaultProfile -- cgit v1.2.3