mirror of
https://github.com/mue/mue.git
synced 2026-06-08 14:10:42 +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} />
|
<Apps fontSize={this.state.zoomFontSize} />
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{this.refreshEnabled !== 'false' && <Refresh fontSize={this.state.zoomFontSize} />}
|
{this.state.refreshEnabled !== 'false' && <Refresh fontSize={this.state.zoomFontSize} />}
|
||||||
|
|
||||||
<Tooltip
|
<Tooltip
|
||||||
title={variables.getMessage('modals.main.navbar.settings', {
|
title={variables.getMessage('modals.main.navbar.settings', {
|
||||||
|
|||||||
Reference in New Issue
Block a user