Added horizontal tabs to the new interface.

This commit is contained in:
Revertron
2021-03-26 12:39:19 +01:00
parent fc90706213
commit 594878614f
4 changed files with 100 additions and 12 deletions
+1
View File
@@ -341,6 +341,7 @@ fn show_warning(web_view: &mut WebView<()>, text: &str) {
}
}
#[allow(dead_code)]
fn show_success(web_view: &mut WebView<()>, text: &str) {
let str = text.replace('\'', "\\'");
match web_view.eval(&format!("showSuccess('{}');", &str)) {