Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
Signed-off-by: Nikola Hristov <Nikola@PlayForm.LTD>
  • Loading branch information
NikolaRHristov committed Dec 17, 2024
1 parent 1587162 commit fe31a06
Show file tree
Hide file tree
Showing 5 changed files with 11,266 additions and 11,133 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ tauri-plugin-websocket = "2.2.0"
# error: failed to select a version for `webkit2gtk-sys`.

Echo = { version = "0.0.1", path = "../Echo" }
unbug = { version = "0.4.0", features = ["enable"] }
unbug = { version = "0.4.0" }

[lib]
name = "Mountain"
Expand All @@ -87,4 +87,4 @@ license-file = "LICENSE"

[features]
default = []
Debug = ["unbug/enable"]
Debug = []
5 changes: 3 additions & 2 deletions Source/Fn/Binary.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ pub fn Fn() {
};

Builder
.any_thread()
// .any_thread()
.setup(|Tauri| {
let mut Daemon = tauri::WebviewWindowBuilder::new(
// let mut Daemon = tauri::WebviewWindowBuilder::new(
let Daemon = tauri::WebviewWindowBuilder::new(
Tauri,
"Daemon",
tauri::WebviewUrl::App("index.html".into()),
Expand Down
Loading

0 comments on commit fe31a06

Please sign in to comment.