mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 750698 - Implement "reader mode" action (r=mfinkle)
This commit is contained in:
parent
8366286f97
commit
3fcf9b9977
@ -401,7 +401,7 @@ public final class Tab {
|
||||
if (!mReaderEnabled)
|
||||
return;
|
||||
|
||||
// Do nothing for now
|
||||
GeckoApp.mAppContext.loadUrl("about:reader?url=" + getURL());
|
||||
}
|
||||
|
||||
public boolean doReload() {
|
||||
|
Loading…
Reference in New Issue
Block a user