mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
handle bookmark toggle action results
This commit is contained in:
parent
a0c52f2ede
commit
0b44303023
6 changed files with 42 additions and 11 deletions
4
src/app/browser/window/tab/item/page/error.rs
Normal file
4
src/app/browser/window/tab/item/page/error.rs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#[derive(Debug)]
|
||||
pub enum Error {
|
||||
Bookmark,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue