mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 00:35:38 +08:00
chore: temporarily deprecate tauri-plugin-window-state integration
- Remove or disable usage of tauri-plugin-window-state due to compatibility or stability concerns. - Will revisit and re-enable after further evaluation or upstream fixes.
This commit is contained in:
@@ -138,23 +138,6 @@ pub fn run() {
|
|||||||
.plugin(tauri_plugin_shell::init())
|
.plugin(tauri_plugin_shell::init())
|
||||||
.plugin(tauri_plugin_deep_link::init())
|
.plugin(tauri_plugin_deep_link::init())
|
||||||
.setup(|app| {
|
.setup(|app| {
|
||||||
#[cfg(desktop)]
|
|
||||||
{
|
|
||||||
if let Err(e) = app.handle().plugin(
|
|
||||||
tauri_plugin_window_state::Builder::default()
|
|
||||||
.with_state_flags(tauri_plugin_window_state::StateFlags::all())
|
|
||||||
.build(),
|
|
||||||
) {
|
|
||||||
logging!(
|
|
||||||
error,
|
|
||||||
Type::Setup,
|
|
||||||
true,
|
|
||||||
"Failed to initialize tauri-plugin-window-state: {}",
|
|
||||||
e
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
logging!(info, Type::Setup, true, "开始应用初始化...");
|
logging!(info, Type::Setup, true, "开始应用初始化...");
|
||||||
#[cfg(any(target_os = "linux", all(debug_assertions, windows)))]
|
#[cfg(any(target_os = "linux", all(debug_assertions, windows)))]
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user