diff --git a/Pop-ups-dialogs.md b/Pop-ups-dialogs.md index 3ff7d96..262f7fe 100644 --- a/Pop-ups-dialogs.md +++ b/Pop-ups-dialogs.md @@ -10,8 +10,10 @@ Fields meaning: **Notes:** +- All the options are configurable from the Preferences dialog (the timeout, target, etc). +- Clicking on the `[+]` button stops the countdown on versions <= v1.5.x. On versions >= v1.6.x clicking anywhere of the pop-up will stop the countdown. - If the user typed the absolute path to the binary, then the 3rd field is not displayed. -- If the typed command equals to the name of the binary (like in `curl -L http://..`), the 1st and 2nd executable name will be equal. It seems logical, but in some cases as the one shown in the screenshot, it's not always the case. +- If the typed command equals to the name of the binary (like in `curl -L http://..`), the 1st and 2nd executable name will be equal. It seems logical, but in some cases as the one shown in the screenshot, it's not always the case (for example `telnet` use to be a symbolic link pointing to `telnet.netkit`, and `nc` to `nc.openbsd). - If the text of a field is too large to fit in the window, 3 dots are added to the end of the text (![image](https://user-images.githubusercontent.com/2742953/124112656-cc113380-da6a-11eb-9c04-1f8d61059320.png) ) . Place the cursor over the text to see all the text.