Skip to content

Commit

Permalink
Ayo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Jun 29, 2024
1 parent feeb246 commit c489350
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/desktop/src-tauri/src/window_custom.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,11 @@ pub trait WindowExt {
fn set_document_title(&self, url: &str);
}


impl<R: Runtime> WindowExt for Window<R> {
#[cfg(target_os = "macos")]
fn set_visisble_on_all_workspaces(&self, enabled: bool) {
{
const HIGHER_LEVEL_THAN_LEAGUE: NSInteger = 1001;
const HIGHER_LEVEL_THAN_LEAGUE: NSInteger = 1001;
let ns_win = self.ns_window().unwrap() as id;

unsafe {
Expand Down

0 comments on commit c489350

Please sign in to comment.