mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Bugfix: conflicting File object with native JS
Cleanup: Stores and tooltips
This commit is contained in:
parent
1df2e00862
commit
db0d03db83
43 changed files with 204 additions and 295 deletions
|
|
@ -26,9 +26,7 @@ export class AbstractSettingsScreen extends AbstractScreen {
|
|||
* @param {Function=} fCallback
|
||||
*/
|
||||
setupSettings(fCallback = null) {
|
||||
if (fCallback) {
|
||||
fCallback();
|
||||
}
|
||||
fCallback && fCallback();
|
||||
}
|
||||
|
||||
onRoute(subName) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue