fix(web): favicon rename again
This commit is contained in:
parent
1b98f26794
commit
b7b2eae20c
29 changed files with 19 additions and 19 deletions
|
|
@ -270,7 +270,7 @@ const createPlatform = (password: Accessor<string | null>): Platform => ({
|
|||
.then(() => {
|
||||
const notification = new Notification(title, {
|
||||
body: description ?? "",
|
||||
icon: "https://opencode.ai/favicon-96x96-v2.png",
|
||||
icon: "https://opencode.ai/favicon-96x96-v3.png",
|
||||
})
|
||||
notification.onclick = () => {
|
||||
const win = getCurrentWindow()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue