Skip to content

Commit e114bbf

Browse files
Fixed a few small bugs
1 parent 7a0b209 commit e114bbf

File tree

9 files changed

+285
-208
lines changed

9 files changed

+285
-208
lines changed

src/main/config.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/main/defaultConfig.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
type Config = {
2-
whatTheDubDirectory: string | null,
3-
rifftraxDirectory: string | null,
4-
isMac: boolean
2+
whatTheDubDirectory: string | null;
3+
rifftraxDirectory: string | null;
4+
isMac: boolean;
55
}
66

77
const defaultConfig : Config = {

0 commit comments

Comments
 (0)