Pop-up dictionary browser extension for language learning. Successor to Yomichan. (PERSONAL FORK)

Clarify usage of Flags type in Profile Conditions (#2149)

* Update templates-modals.html

* Update Flags type input description in HTML

Signed-off-by: Brian <79370810+hearjest@users.noreply.github.com>

* Clarify Flags type usage with clipboard input

Signed-off-by: Brian <79370810+hearjest@users.noreply.github.com>

* Fix white space

---------

Signed-off-by: Brian <79370810+hearjest@users.noreply.github.com>

authored by

Brian and committed by
GitHub
98201116 3970918e

+4
+4
ext/templates-modals.html
··· 427 427 If no conditions are specified, the profile will only be used if it is selected as the default profile. 428 428 </p> 429 429 <p> 430 + When using the Flags condition, <code>clipboard</code> is the only valid input. 431 + This lets the search page apply another profile’s settings when text is copied, provided <code>Enable search page clipboard text monitoring</code> is enabled. 432 + </p> 433 + <p> 430 434 <a tabindex="0" class="more-toggle" data-parent-distance="3">Hide&hellip;</a> 431 435 </p> 432 436 </div>