diff --git a/src/renderer/router.tsx b/src/renderer/router.tsx
index 8352ccc..8471d0f 100644
--- a/src/renderer/router.tsx
+++ b/src/renderer/router.tsx
@@ -50,15 +50,7 @@ const router = createHashRouter(
}
>
-
-
-
- >
- }
- />
+ } />
}
>
-
-
-
- >
- }
- />
+ } />
}
>
-
-
-
- >
- }
- />
+ } />
{
+ return (
+
+
+
+
+
+ );
+};
+
+export default BottomBar;
diff --git a/src/renderer/views/Settings/Routing/LatencyMonitor/LatencyMonitor.module.scss b/src/renderer/views/Layout/LatencyMonitor/LatencyMonitor.module.scss
similarity index 100%
rename from src/renderer/views/Settings/Routing/LatencyMonitor/LatencyMonitor.module.scss
rename to src/renderer/views/Layout/LatencyMonitor/LatencyMonitor.module.scss
diff --git a/src/renderer/views/Settings/Routing/LatencyMonitor/LatencyMonitor.tsx b/src/renderer/views/Layout/LatencyMonitor/LatencyMonitor.tsx
similarity index 100%
rename from src/renderer/views/Settings/Routing/LatencyMonitor/LatencyMonitor.tsx
rename to src/renderer/views/Layout/LatencyMonitor/LatencyMonitor.tsx
diff --git a/src/renderer/views/Settings/Routing/LatencyMonitor/index.tsx b/src/renderer/views/Layout/LatencyMonitor/index.tsx
similarity index 100%
rename from src/renderer/views/Settings/Routing/LatencyMonitor/index.tsx
rename to src/renderer/views/Layout/LatencyMonitor/index.tsx
diff --git a/src/renderer/views/Layout/Layout.module.scss b/src/renderer/views/Layout/Layout.module.scss
index 128a57d..192b246 100644
--- a/src/renderer/views/Layout/Layout.module.scss
+++ b/src/renderer/views/Layout/Layout.module.scss
@@ -32,6 +32,10 @@
}
}
+.bottombar {
+ padding: 0 4px;
+}
+
.titlebar {
-webkit-app-region: drag;
display: flex;
diff --git a/src/renderer/views/Layout/Layout.tsx b/src/renderer/views/Layout/Layout.tsx
index f5f5255..6221836 100644
--- a/src/renderer/views/Layout/Layout.tsx
+++ b/src/renderer/views/Layout/Layout.tsx
@@ -16,6 +16,7 @@ import About from 'renderer/views/Settings/About';
import TopBar from './TopBar';
import styles from './Layout.module.scss';
+import BottomBar from './BottomBar';
const cx = classnames.bind(styles);
@@ -66,6 +67,7 @@ const Layout: React.FC = () => {
)}
+
);
};
diff --git a/src/renderer/views/Settings/NotationSettings/QuickChangeKeyToolbar.tsx b/src/renderer/views/Settings/NotationSettings/QuickChangeKeyToolbar.tsx
index d79d57e..e0e8949 100644
--- a/src/renderer/views/Settings/NotationSettings/QuickChangeKeyToolbar.tsx
+++ b/src/renderer/views/Settings/NotationSettings/QuickChangeKeyToolbar.tsx
@@ -8,9 +8,9 @@ export const QuickChangeKeyToolbar: React.FC = () => {
const { settings, updateSetting } = useSettings();
return (
-
-
- Key Signature
+
+
+ Key