client: mark some checkboxes to use the new style

This commit is contained in:
Adorian Doran 2025-02-04 21:31:16 +02:00
parent 805405484e
commit f3a0965312
3 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ const TPL = `
<hr /> <hr />
<div class="side-checkbox"> <div class="side-checkbox">
<label class="form-check"> <label class="form-check tn-checkbox">
<input type="checkbox" class="native-title-bar form-check-input" /> <input type="checkbox" class="native-title-bar form-check-input" />
<strong>${t("electron_integration.native-title-bar")}</strong> <strong>${t("electron_integration.native-title-bar")}</strong>
<p>${t("electron_integration.native-title-bar-description")}</p> <p>${t("electron_integration.native-title-bar-description")}</p>
@ -25,7 +25,7 @@ const TPL = `
</div> </div>
<div class="side-checkbox"> <div class="side-checkbox">
<label class="form-check"> <label class="form-check tn-checkbox">
<input type="checkbox" class="background-effects form-check-input" /> <input type="checkbox" class="background-effects form-check-input" />
<strong>${t("electron_integration.background-effects")}</strong> <strong>${t("electron_integration.background-effects")}</strong>
<p>${t("electron_integration.background-effects-description")}</p> <p>${t("electron_integration.background-effects-description")}</p>

View File

@ -7,7 +7,7 @@ const TPL = `
<div class="options-section"> <div class="options-section">
<h4>${t("tray.title")}</h4> <h4>${t("tray.title")}</h4>
<label> <label class="tn-checkbox">
<input type="checkbox" class="tray-enabled"> <input type="checkbox" class="tray-enabled">
${t("tray.enable_tray")} ${t("tray.enable_tray")}
</label> </label>

View File

@ -17,7 +17,7 @@ const TPL_ELECTRON = `
<p>${t("spellcheck.restart-required")}</p> <p>${t("spellcheck.restart-required")}</p>
<label> <label class="tn-checkbox">
<input type="checkbox" class="spell-check-enabled"> <input type="checkbox" class="spell-check-enabled">
${t("spellcheck.enable")} ${t("spellcheck.enable")}
</label> </label>