fix: resolve lightweight mode state detection issues and improve logging #3814
This commit is contained in:
@@ -81,8 +81,7 @@ mod app_init {
|
||||
{
|
||||
builder = builder.plugin(tauri_plugin_devtools::init());
|
||||
}
|
||||
|
||||
builder.manage(Mutex::new(state::lightweight::LightWeightState::default()))
|
||||
builder
|
||||
}
|
||||
|
||||
/// Setup deep link handling
|
||||
|
||||
Reference in New Issue
Block a user