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 --- docs/mirandaboot.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/mirandaboot.ini b/docs/mirandaboot.ini index 66de093c4e..8b4b328282 100644 --- a/docs/mirandaboot.ini +++ b/docs/mirandaboot.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