Customize the default bookmarks for Ubuntu

Forwarded: not-needed

Gbp-Pq: Name ubuntu-bookmarks.patch
This commit is contained in:
Alexander Sack 2022-07-12 19:55:03 +08:00 committed by Lu zhiping
parent bb8dbabd7d
commit a82bc5270d
2 changed files with 8 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -37,7 +37,7 @@ updateAppInfo({
// Default bookmarks constants.
const DEFAULT_BOOKMARKS_ON_TOOLBAR = 1;
const DEFAULT_BOOKMARKS_ON_MENU = 1;
const DEFAULT_BOOKMARKS_ON_MENU = 2;
function checkItemHasAnnotation(guid, name) {
return PlacesUtils.promiseItemId(guid).then(id => {