typescript: drop unused fast property in folderlaunch
parent
259dd24482
commit
e6d90437bd
|
|
@ -21,7 +21,6 @@ type Config = {
|
|||
apps: { // Saved info for each app
|
||||
[key: string]: {
|
||||
folder: FolderList, // Folder path
|
||||
fast: boolean, // Whether the app should be fast launched
|
||||
nagged: boolean // Whether the app's fast launch setting was configured
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue