mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
fix warning
This commit is contained in:
parent
44f8d99dd2
commit
9dab5b630f
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ impl Reader {
|
||||||
"src/browser/main/tab/page/content/text/gemini/reader/default.css"
|
"src/browser/main/tab/page/content/text/gemini/reader/default.css"
|
||||||
); */
|
); */
|
||||||
|
|
||||||
css.load_from_data("label{caret-color: transparent}");
|
css.load_from_data("label{caret-color: transparent;}");
|
||||||
|
|
||||||
// Init widget
|
// Init widget
|
||||||
let widget = Label::builder()
|
let widget = Label::builder()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue