web: update window title depending on active module

Fixes #4982
This commit is contained in:
Francis Lachapelle
2022-05-16 17:43:35 -04:00
parent 0cf025b0af
commit dd0730947f
12 changed files with 52 additions and 21 deletions
+6 -1
View File
@@ -1,5 +1,5 @@
/*
Copyright (C) 2007-2014 Inverse inc.
Copyright (C) 2007-2022 Inverse inc.
This file is part of SOGo.
@@ -74,6 +74,11 @@
[super dealloc];
}
- (NSString *) moduleName
{
return [self commonLabelForKey: @"Mail"];
}
- (NSString *) modulePath
{
return @"Mail";