mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 767599 - Disable bookmarking while in reader mode (r=mfinkle)
This commit is contained in:
parent
2f7f30dd7b
commit
a6f0f7b852
@ -586,7 +586,7 @@ abstract public class BrowserApp extends GeckoApp
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
bookmark.setEnabled(true);
|
bookmark.setEnabled(!tab.getURL().startsWith("about:reader"));
|
||||||
bookmark.setCheckable(true);
|
bookmark.setCheckable(true);
|
||||||
|
|
||||||
if (tab.isBookmark()) {
|
if (tab.isBookmark()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user