Added "Show Task Description" Setting
This commit is contained in:
parent
d10a2ca747
commit
6384c98181
8 changed files with 41 additions and 9 deletions
|
|
@ -5,6 +5,7 @@ import { HabiticaSyncView, VIEW_TYPE} from "./view"
|
|||
interface HabiticaSyncSettings {
|
||||
userID: string
|
||||
apiToken: string
|
||||
showTaskDescription: boolean
|
||||
}
|
||||
const DEFAULT_SETTINGS: Partial<HabiticaSyncSettings> = {
|
||||
userID: "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue