fix: refresh button never disabled

This commit is contained in:
Isaac
2024-06-01 22:00:24 +01:00
parent da2fdd2745
commit 102105efe7

View File

@@ -114,7 +114,7 @@ class Navbar extends PureComponent {
<Apps fontSize={this.state.zoomFontSize} />
)}
{this.refreshEnabled !== 'false' && <Refresh fontSize={this.state.zoomFontSize} />}
{this.state.refreshEnabled !== 'false' && <Refresh fontSize={this.state.zoomFontSize} />}
<Tooltip
title={variables.getMessage('modals.main.navbar.settings', {