Fix failing tests
Setting filename to window.location is no longer working.
This commit is contained in:
@@ -28,7 +28,7 @@ const teams = settings.mergeDefaultTeams(AppConfig.data.teams);
|
||||
remote.getCurrentWindow().removeAllListeners('focus');
|
||||
|
||||
if (teams.length === 0) {
|
||||
window.location = 'settings.html';
|
||||
remote.getCurrentWindow().loadFile('browser/settings.html');
|
||||
}
|
||||
|
||||
function showBadgeWindows(sessionExpired, unreadCount, mentionCount) {
|
||||
|
Reference in New Issue
Block a user