<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - On GNU/Linux, with High Contrast theme, the icon set is not correct"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=117006#c13">Comment # 13</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - On GNU/Linux, with High Contrast theme, the icon set is not correct"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=117006">bug 117006</a>
              from <span class="vcard"><a class="email" href="mailto:tietze.heiko@gmail.com" title="Heiko Tietze <tietze.heiko@gmail.com>"> <span class="fn">Heiko Tietze</span></a>
</span></b>
        <pre>(In reply to V Stuart Foote from <a href="show_bug.cgi?id=117006#c12">comment #12</a>)
<span class="quote">> But, isn't that already in Tools -> Options -> Accessibility [1]:</span >

AFAIU, this option activates the automatic detection but not the result - with
a limited usage in my opinion. For the users it's a big different if they just
enable the automatic driving and close the eyes (system is always right and
needs no control) or enable the mode that warns if unexpected things happens
requiring interaction (system is mostly right but user has control over it).

>From the technical POV the code might be

if (IsDetectionEnabled) doDetect();

while my suggestion requires some "sophisticated" internal storage

IsHiContrastSystem = doDetect();
if (!hasManuallySet) {
 doEnabled(IsHiContrastSystem) }
 else {
 doEnabled(UserSetting) };

onCheck():
hasManuallySet = true;
doEnable(!IsEnabled);
UserSetting=IsEnabled;</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>