mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-31 12:12:28 +08:00
client: mark some checkboxes to use the new style
This commit is contained in:
parent
805405484e
commit
f3a0965312
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user