mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-12 20:02:28 +08:00
client/options/appearance: change the layout of the "Native title bar" and "Enable background effects" options
This commit is contained in:
parent
a6e7f98f69
commit
9a09a89066
@ -16,20 +16,24 @@ const TPL = `
|
|||||||
</div>
|
</div>
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
<div class="side-checkbox">
|
<div>
|
||||||
<label class="form-check tn-checkbox">
|
<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>
|
${t("electron_integration.native-title-bar")}
|
||||||
<p>${t("electron_integration.native-title-bar-description")}</p>
|
|
||||||
</label>
|
</label>
|
||||||
|
<p class="form-text">
|
||||||
|
${t("electron_integration.native-title-bar-description")}
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="side-checkbox">
|
<div>
|
||||||
<label class="form-check tn-checkbox">
|
<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>
|
${t("electron_integration.background-effects")}
|
||||||
<p>${t("electron_integration.background-effects-description")}</p>
|
|
||||||
</label>
|
</label>
|
||||||
|
<p class="form-text">
|
||||||
|
${t("electron_integration.background-effects-description")}
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button class="btn btn-secondary btn-micro restart-app-button">${t("electron_integration.restart-app-button")}</button>
|
<button class="btn btn-secondary btn-micro restart-app-button">${t("electron_integration.restart-app-button")}</button>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user