mirror of https://gitee.com/openkylin/firefox.git
Customize the default bookmarks for Ubuntu
Forwarded: not-needed Gbp-Pq: Name ubuntu-bookmarks.patch
This commit is contained in:
parent
bb8dbabd7d
commit
a82bc5270d
File diff suppressed because one or more lines are too long
|
@ -37,7 +37,7 @@ updateAppInfo({
|
||||||
|
|
||||||
// Default bookmarks constants.
|
// Default bookmarks constants.
|
||||||
const DEFAULT_BOOKMARKS_ON_TOOLBAR = 1;
|
const DEFAULT_BOOKMARKS_ON_TOOLBAR = 1;
|
||||||
const DEFAULT_BOOKMARKS_ON_MENU = 1;
|
const DEFAULT_BOOKMARKS_ON_MENU = 2;
|
||||||
|
|
||||||
function checkItemHasAnnotation(guid, name) {
|
function checkItemHasAnnotation(guid, name) {
|
||||||
return PlacesUtils.promiseItemId(guid).then(id => {
|
return PlacesUtils.promiseItemId(guid).then(id => {
|
||||||
|
|
Loading…
Reference in New Issue