mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 11:39:01 +01: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
	 Adorian Doran
						Adorian Doran