mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	Merge pull request #1975 from TriliumNext/update-button
fix(global_menu): Fix update button is blank
This commit is contained in:
		| @@ -53,10 +53,6 @@ const TPL = /*html*/` | |||||||
|         pointer-events: none; |         pointer-events: none; | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     .update-to-latest-version-button { |  | ||||||
|         display: none; |  | ||||||
|     } |  | ||||||
|  |  | ||||||
|     .global-menu .zoom-container { |     .global-menu .zoom-container { | ||||||
|         display: flex; |         display: flex; | ||||||
|         flex-direction: row; |         flex-direction: row; | ||||||
| @@ -235,7 +231,7 @@ const TPL = /*html*/` | |||||||
|             ${t("global_menu.about")} |             ${t("global_menu.about")} | ||||||
|         </li> |         </li> | ||||||
|  |  | ||||||
|         <li class="dropdown-item update-to-latest-version-button" data-trigger-command="downloadLatestVersion"> |         <li class="dropdown-item update-to-latest-version-button" style="display: none;" data-trigger-command="downloadLatestVersion"> | ||||||
|             <span class="bx bx-sync"></span> |             <span class="bx bx-sync"></span> | ||||||
|  |  | ||||||
|             <span class="version-text"></span> |             <span class="version-text"></span> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user