web: update window title depending on active module

Fixes #4982
This commit is contained in:
Francis Lachapelle
2022-05-16 15:58:50 -04:00
parent 0cf025b0af
commit dd0730947f
12 changed files with 52 additions and 21 deletions
+7 -1
View File
@@ -1,6 +1,6 @@
/* UIxCalMainView.m - this file is part of SOGo
*
* Copyright (C) 2006-2019 Inverse inc.
* Copyright (C) 2006-2022 Inverse inc.
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -39,6 +39,12 @@
@implementation UIxCalMainView
- (NSString *) moduleName
{
return [self commonLabelForKey: @"Calendar"];
}
- (NSString *) modulePath
{
return @"Calendar";