[MM-38301] Check for admin URL when adding space for back bar (#1719)
This commit is contained in:
@@ -172,7 +172,7 @@ function handleResizeMainWindow() {
|
|||||||
|
|
||||||
const setBoundsFunction = () => {
|
const setBoundsFunction = () => {
|
||||||
if (currentView) {
|
if (currentView) {
|
||||||
currentView.setBounds(getAdjustedWindowBoundaries(bounds.width!, bounds.height!, !urlUtils.isTeamUrl(currentView.tab.url, currentView.view.webContents.getURL())));
|
currentView.setBounds(getAdjustedWindowBoundaries(bounds.width!, bounds.height!, !(urlUtils.isTeamUrl(currentView.tab.url, currentView.view.webContents.getURL()) || urlUtils.isAdminUrl(currentView.tab.url, currentView.view.webContents.getURL()))));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user