Skip to content

Commit 8484bd9

Browse files
committed
.
1 parent efa5fa3 commit 8484bd9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

electron/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ ipcMain.handle(
830830
// Platform-specific terminal commands
831831
const isWindows = process.platform === "win32";
832832
const isMac = process.platform === "darwin";
833-
const isLinux = process.platform === "linux";
833+
// const isLinux = process.platform === "linux";
834834

835835
let terminalCmd: string;
836836
let terminalArgs: string[];

src/components/layout/TitleBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export function TitleBar({
2222
projectName,
2323
showSearch = false,
2424
showActions = false,
25-
projects = [],
25+
// projects = [],
2626
}: TitleBarProps) {
2727
const navigate = useNavigate();
2828

0 commit comments

Comments
 (0)