mirror of
https://github.com/kunkunsh/kunkun-ext-neohtop.git
synced 2025-04-03 17:36:41 +00:00
fix windows 11 vibrancy
This commit is contained in:
parent
7de952afe4
commit
b0189cefee
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "neohtop",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"description": "",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
2
src-tauri/Cargo.lock
generated
2
src-tauri/Cargo.lock
generated
@ -1784,7 +1784,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "neohtop"
|
||||
version = "1.1.0"
|
||||
version = "1.1.1"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "neohtop"
|
||||
version = "1.1.0"
|
||||
version = "1.1.1"
|
||||
description = "A cross-platform system monitor"
|
||||
authors = ["you"]
|
||||
edition = "2021"
|
||||
|
@ -5,14 +5,14 @@
|
||||
use tauri::WebviewWindow;
|
||||
|
||||
#[cfg(target_os = "windows")]
|
||||
use window_vibrancy::apply_blur;
|
||||
use window_vibrancy::apply_acrylic;
|
||||
#[cfg(target_os = "macos")]
|
||||
use window_vibrancy::{apply_vibrancy, NSVisualEffectMaterial, NSVisualEffectState};
|
||||
|
||||
/// Applies Windows-specific window effects
|
||||
#[cfg(target_os = "windows")]
|
||||
pub fn setup_window_effects(window: &WebviewWindow) -> Result<(), Box<dyn std::error::Error>> {
|
||||
apply_blur(window, Some((0, 0, 25, 125)))?;
|
||||
apply_acrylic(window, Some((0, 0, 25, 125)))?;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
},
|
||||
"productName": "NeoHtop",
|
||||
"mainBinaryName": "NeoHtop",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"identifier": "com.neohtop.dev",
|
||||
"plugins": {
|
||||
"os": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user