Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Change private tab Shortcut title and icon
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+2
−2
Client/Configuration/Cliqz.xcconfig
|
|
@@ -17,9 +17,9 @@ MOZ_INTERNAL_URL_SCHEME = cliqz |
|
|
|
|
|
LAUNCH_SCREEN = CliqzLaunchScreen |
|
|
|
|
|
SHORTCUT_PRIVATE_TAB_TITLE = ShortcutItemTitleNewGhostTab |
|
|
SHORTCUT_PRIVATE_TAB_TITLE = ShortcutItemTitleNewPrivateTab |
|
|
|
|
|
SHORTCUT_PRIVATE_TAB_ICON = quick_action_new_ghost_tab |
|
|
SHORTCUT_PRIVATE_TAB_ICON = quick_action_new_private_tab |
|
|
|
|
|
// Flag to indicate if we want to include the debug settings bundle or not |
|
|
INCLUDE_SETTINGS_BUNDLE = NO |
|
|
|