diff --git a/src/components/modals/main/settings/sections/Appearance.jsx b/src/components/modals/main/settings/sections/Appearance.jsx
index 8e388026..33c3d41e 100644
--- a/src/components/modals/main/settings/sections/Appearance.jsx
+++ b/src/components/modals/main/settings/sections/Appearance.jsx
@@ -28,7 +28,7 @@ export default function AppearanceSettings() {
{appearance.navbar.title}
-
+
diff --git a/src/components/widgets/navbar/Navbar.jsx b/src/components/widgets/navbar/Navbar.jsx
index 2a3a7abb..ea12a0c1 100644
--- a/src/components/widgets/navbar/Navbar.jsx
+++ b/src/components/widgets/navbar/Navbar.jsx
@@ -25,6 +25,7 @@ export default class Navbar extends PureComponent {
componentDidMount() {
EventBus.on('refresh', (data) => {
if (data === 'navbar' || data === 'background') {
+ this.refreshValue = localStorage.getItem('refresh');
this.forceUpdate();
this.setZoom();
}
diff --git a/src/components/widgets/navbar/Notes.jsx b/src/components/widgets/navbar/Notes.jsx
index 5b4d68d2..5bcc8199 100644
--- a/src/components/widgets/navbar/Notes.jsx
+++ b/src/components/widgets/navbar/Notes.jsx
@@ -46,7 +46,7 @@ export default class Notes extends PureComponent {
render() {
return (
-
+
{this.language.title}