Skip to content

Commit

Permalink
restore original id values
Browse files Browse the repository at this point in the history
Removal of node-selection options enables us to restore original ID values.
  • Loading branch information
jonathansampson committed Dec 21, 2024
1 parent cc89ccf commit 4f18d35
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/brave_command_ids.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,11 @@
#define IDC_BRAVE_UTILS_SCREENSHOT_FULLPAGE_TO_CLIPBOARD 56324

// Commands related to split view
#define IDC_NEW_SPLIT_VIEW 56326
#define IDC_TILE_TABS 56327
#define IDC_BREAK_TILE 56328
#define IDC_SWAP_SPLIT_VIEW 56329
#define IDC_CONTENT_CONTEXT_OPENLINK_SPLIT_VIEW 56330
#define IDC_NEW_SPLIT_VIEW 56325
#define IDC_TILE_TABS 56326
#define IDC_BREAK_TILE 56327
#define IDC_SWAP_SPLIT_VIEW 56328
#define IDC_CONTENT_CONTEXT_OPENLINK_SPLIT_VIEW 56329

// Wayback machine
#define IDC_SHOW_WAYBACK_MACHINE_BUBBLE 56350
Expand Down

0 comments on commit 4f18d35

Please sign in to comment.