diff --git a/src/ui/components/TopBar.tsx b/src/ui/components/TopBar.tsx index e8b130d..3774ac9 100644 --- a/src/ui/components/TopBar.tsx +++ b/src/ui/components/TopBar.tsx @@ -3,6 +3,7 @@ import { appWindow } from '@tauri-apps/api/window' import './TopBar.css' import closeIcon from '../../resources/icons/close.svg' import minIcon from '../../resources/icons/min.svg' +import cogBtn from '../../resources/icons/cog.svg' export default class TopBar extends React.Component { constructor(props: unknown[]) { @@ -31,6 +32,9 @@ export default class TopBar extends React.Component {
minimize
+
+ settings +
)