Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hugefiver committed Aug 16, 2023
1 parent d994bdb commit 573c970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ fn main() {
.setup(|app| {
let main = app.get_window("main").expect("main window not found");

#[cfg(all(target_os = "macos"))]
#[cfg(all(target_os = "macos", feature = "tauri/macos-private-api"))]
{
use window_vibrancy::{apply_vibrancy, NSVisualEffectMaterial};
apply_vibrancy(&main, NSVisualEffectMaterial::HudWindow, None, None)
Expand Down

0 comments on commit 573c970

Please sign in to comment.