Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Nov 30, 2024
1 parent 4e793c1 commit afd146b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src-tauri/Source/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,11 @@ fn main() {
.eval(&format!(
r#"
var style = document.createElement('style');
style.innerHTML = `{}`;
style.setAttribute('data-from', 'tauri');
document.head.appendChild(style);
"#,
&fs::read_to_string(
Expand Down

0 comments on commit afd146b

Please sign in to comment.