MountainGetWindDesktopConfiguration

Function MountainGetWindDesktopConfiguration 

Source
pub async fn MountainGetWindDesktopConfiguration(
    app_handle: AppHandle,
) -> Result<Value, String>
Expand description

Get Wind desktop configuration.

Retrieves the Wind desktop configuration for frontend initialization.

§Arguments

  • app_handle - Tauri application handle

§Returns

Returns Wind configuration JSON, or an error string.

§Errors

Returns an error if:

  • Configuration cannot be loaded
  • Serialization fails