mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 803325 - Check tab count instead of Gecko:Ready for showing tabs tray. r=sriram
This commit is contained in:
parent
ff87bb2f7d
commit
3f8f07ae3b
@ -462,7 +462,7 @@ abstract public class BrowserApp extends GeckoApp
|
||||
}
|
||||
|
||||
private void showTabs(TabsPanel.Panel panel) {
|
||||
if (!checkLaunchState(LaunchState.GeckoRunning))
|
||||
if (Tabs.getInstance().getCount() == 0)
|
||||
return;
|
||||
|
||||
mTabsPanel.show(panel);
|
||||
|
Loading…
Reference in New Issue
Block a user