feat(app): redesign attachment cards (#35945)
Co-authored-by: Brendan Allan <git@brendonovich.dev> Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
This commit is contained in:
co-authored by
Brendan Allan
Brendan Allan
parent
2b29854589
commit
b4e49d5b32
@@ -218,6 +218,9 @@ const createPlatform = (windowState: DesktopWindowState): Platform => {
|
||||
}
|
||||
return window.api.openPath(path, app)
|
||||
},
|
||||
async revealPath(path: string) {
|
||||
return window.api.revealPath(path)
|
||||
},
|
||||
|
||||
back() {
|
||||
window.history.back()
|
||||
|
||||
Reference in New Issue
Block a user