mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
UI/AppKit: Fix tab overview toolbar identifier typo
This commit is contained in:
parent
fdd3975104
commit
0311d40425
Notes:
github-actions[bot]
2025-11-15 13:14:05 +00:00
Author: https://github.com/shlyakpavel
Commit: 0311d40425
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6828
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ static NSString* const TOOLBAR_RELOAD_IDENTIFIER = @"ToolbarReloadIdentifier";
|
|||
static NSString* const TOOLBAR_LOCATION_IDENTIFIER = @"ToolbarLocationIdentifier";
|
||||
static NSString* const TOOLBAR_ZOOM_IDENTIFIER = @"ToolbarZoomIdentifier";
|
||||
static NSString* const TOOLBAR_NEW_TAB_IDENTIFIER = @"ToolbarNewTabIdentifier";
|
||||
static NSString* const TOOLBAR_TAB_OVERVIEW_IDENTIFIER = @"ToolbarTabOverviewIdentifer";
|
||||
static NSString* const TOOLBAR_TAB_OVERVIEW_IDENTIFIER = @"ToolbarTabOverviewIdentifier";
|
||||
|
||||
@interface LocationSearchField : NSSearchField
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue