mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-10-29 11:44:21 +08:00 
			
		
		
		
	refactor(settings): rename native titlebar to electron integration
This commit is contained in:
		
							parent
							
								
									b81b93a590
								
							
						
					
					
						commit
						d4f3de3ad7
					
				| @ -1,6 +1,6 @@ | ||||
| import TypeWidget from "./type_widget.js"; | ||||
| import ZoomFactorOptions from "./options/appearance/zoom_factor.js"; | ||||
| import NativeTitleBarOptions from "./options/appearance/native_title_bar.js"; | ||||
| import NativeTitleBarOptions from "./options/appearance/electron_integration.js"; | ||||
| import ThemeOptions from "./options/appearance/theme.js"; | ||||
| import FontsOptions from "./options/appearance/fonts.js"; | ||||
| import MaxContentWidthOptions from "./options/appearance/max_content_width.js"; | ||||
|  | ||||
| @ -26,7 +26,7 @@ const TPL = ` | ||||
| </div> | ||||
| `;
 | ||||
| 
 | ||||
| export default class NativeTitleBarOptions extends OptionsWidget { | ||||
| export default class ElectronIntegrationOptions extends OptionsWidget { | ||||
|     doRender() { | ||||
|         this.$widget = $(TPL); | ||||
|         this.$nativeTitleBarSelect = this.$widget.find(".native-title-bar-select"); | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Elian Doran
						Elian Doran