Settings page improvements

This commit is contained in:
Geomitron
2020-02-14 21:02:38 -05:00
parent 49cba89a11
commit 442736205e
5 changed files with 62 additions and 4 deletions

View File

@@ -7,5 +7,5 @@ export interface Settings {
export const defaultSettings: Settings = {
rateLimitDelay: 31,
theme: 'Default',
libraryPath: 'C:/Users/bouviejs/Desktop/Bridge Notes/TestLibrary' // TODO: default should be undefined
libraryPath: undefined
}