mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 21:22:46 +00:00 
			
		
		
		
	Ladybird: Rename new-tab.html file to newtab.html
This commit is contained in:
		
							parent
							
								
									e3ad75d073
								
							
						
					
					
						commit
						c0acb2918b
					
				
					 3 changed files with 2 additions and 2 deletions
				
			
		|  | @ -296,7 +296,7 @@ if (current_os == "mac") { | ||||||
|     sources = [ |     sources = [ | ||||||
|       "//Base/res/ladybird/inspector.css", |       "//Base/res/ladybird/inspector.css", | ||||||
|       "//Base/res/ladybird/inspector.js", |       "//Base/res/ladybird/inspector.js", | ||||||
|       "//Base/res/ladybird/new-tab.html", |       "//Base/res/ladybird/newtab.html", | ||||||
|       "//Base/res/ladybird/templates/directory.html", |       "//Base/res/ladybird/templates/directory.html", | ||||||
|       "//Base/res/ladybird/templates/error.html", |       "//Base/res/ladybird/templates/error.html", | ||||||
|     ] |     ] | ||||||
|  |  | ||||||
|  | @ -11,7 +11,7 @@ | ||||||
| namespace Browser { | namespace Browser { | ||||||
| 
 | 
 | ||||||
| static constexpr StringView default_homepage_url = "resource://html/misc/welcome.html"sv; | static constexpr StringView default_homepage_url = "resource://html/misc/welcome.html"sv; | ||||||
| static constexpr StringView default_new_tab_url = "resource://ladybird/new-tab.html"sv; | static constexpr StringView default_new_tab_url = "resource://ladybird/newtab.html"sv; | ||||||
| static constexpr StringView default_color_scheme = "auto"sv; | static constexpr StringView default_color_scheme = "auto"sv; | ||||||
| static constexpr bool default_enable_content_filters = true; | static constexpr bool default_enable_content_filters = true; | ||||||
| static constexpr bool default_show_bookmarks_bar = true; | static constexpr bool default_show_bookmarks_bar = true; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Bastiaan van der Plaat
						Bastiaan van der Plaat