Popupmenu Todo:
- Show Task Completed
This commit is contained in:
10
src/store/Modules/costanti.ts
Normal file
10
src/store/Modules/costanti.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export const costanti = {
|
||||
ShowTypeTask: {
|
||||
SHOW_LAST_N_COMPLETED: 200,
|
||||
SHOW_ONLY_TOCOMPLETE: 201,
|
||||
SHOW_ALL: 202
|
||||
},
|
||||
CONFIG_ID_CFG: '1',
|
||||
CONFIG_ID_STATE_CONN: '2',
|
||||
CONFIG_ID_SHOW_TYPE_TODOS: '3'
|
||||
}
|
||||
Reference in New Issue
Block a user