Skip to content

Commit

Permalink
docs: Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
GeckoEidechse committed Mar 2, 2025
1 parent 45cb475 commit 1f88d3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src-tauri/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ pub fn run() {
log::error!("{err}");
}

// On Windows we can show an error window using Windows API to show how to install WebView2
// Log error on Windows
// TODO show error dialog instead
#[cfg(target_os = "windows")]
{
log::error!("{err}");
Expand Down

0 comments on commit 1f88d3d

Please sign in to comment.