fix window-state

pull/378/head
Lucas Nogueira 2 years ago
parent 44d07640b1
commit 6c7c37e9e6
No known key found for this signature in database
GPG Key ID: 7C32FCA95C8C95D7

@ -2,6 +2,8 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
#![cfg(not(any(target_os = "android", target_os = "ios")))]
use bitflags::bitflags;
use serde::{Deserialize, Serialize};
use tauri::{

Loading…
Cancel
Save