mirror of
https://github.com/mue/mue.git
synced 2026-06-06 07:55:48 +02:00
fix: refresh button never disabled
This commit is contained in:
@@ -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', {
|
||||
|
||||
Reference in New Issue
Block a user