mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-03 05:23:17 +00:00
xo: Enable padding-line-between-statements.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
committed by
Anders Kaseorg
parent
cfdc08a038
commit
5ae2a717fa
@@ -178,6 +178,7 @@ export default class GeneralSection extends BaseSection {
|
||||
if (process.platform === 'win32') {
|
||||
this.updateFlashTaskbar();
|
||||
}
|
||||
|
||||
// Dock bounce on macOS
|
||||
if (process.platform === 'darwin') {
|
||||
this.updateDockBouncing();
|
||||
@@ -264,6 +265,7 @@ export default class GeneralSection extends BaseSection {
|
||||
ConfigUtil.setConfigItem('betaUpdate', false);
|
||||
this.betaUpdateOption();
|
||||
}
|
||||
|
||||
this.autoUpdateOption();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user