We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa5fa3 commit 8484bd9Copy full SHA for 8484bd9
2 files changed
electron/main.ts
@@ -830,7 +830,7 @@ ipcMain.handle(
830
// Platform-specific terminal commands
831
const isWindows = process.platform === "win32";
832
const isMac = process.platform === "darwin";
833
- const isLinux = process.platform === "linux";
+ // const isLinux = process.platform === "linux";
834
835
let terminalCmd: string;
836
let terminalArgs: string[];
src/components/layout/TitleBar.tsx
@@ -22,7 +22,7 @@ export function TitleBar({
22
projectName,
23
showSearch = false,
24
showActions = false,
25
- projects = [],
+ // projects = [],
26
}: TitleBarProps) {
27
const navigate = useNavigate();
28
0 commit comments