Skip to content

Commit

Permalink
fix(bridge): add back conditional compilation to suppress warning
Browse files Browse the repository at this point in the history
  • Loading branch information
MultisampledNight committed Sep 13, 2023
1 parent feb41bb commit f28baa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bridge/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ pub async fn setup_neovide_specific_state(
.ok();
}

#[cfg(windows)]
pub fn build_neovide_command(channel: u64, num_args: u64, command: &str, event: &str) -> String {
let nargs: String = if num_args > 1 {
"+".to_string()
Expand Down

0 comments on commit f28baa2

Please sign in to comment.