mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
feat(android): adjust android notification icon
This commit is contained in:
parent
11bfbe261b
commit
da2eed1fd2
2 changed files with 3 additions and 8 deletions
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"webDir": "dist/browser",
|
||||
"android": {
|
||||
"path": "android"
|
||||
},
|
||||
"LocalNotifications": {
|
||||
}
|
||||
}
|
||||
|
|
@ -8,6 +8,9 @@ const config: CapacitorConfig = {
|
|||
CapacitorHttp: {
|
||||
enabled: true,
|
||||
},
|
||||
LocalNotifications: {
|
||||
smallIcon: 'ic_stat_sp',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue