зеркало из https://github.com/mozilla/gecko-dev.git
Bug 767599 - Disable bookmarking while in reader mode (r=mfinkle)
This commit is contained in:
Родитель
a2be401b0e
Коммит
cadae72bfb
|
@ -586,7 +586,7 @@ abstract public class BrowserApp extends GeckoApp
|
|||
return true;
|
||||
}
|
||||
|
||||
bookmark.setEnabled(true);
|
||||
bookmark.setEnabled(!tab.getURL().startsWith("about:reader"));
|
||||
bookmark.setCheckable(true);
|
||||
|
||||
if (tab.isBookmark()) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче