//! Tauri commands for the liquid-glass plugin
use ;
use crateResult;
use crateLiquidGlassConfig;
use crateLiquidGlassExt;
/// Check if liquid glass effect is supported on the current platform
///
/// Returns true if running on macOS 26+ with NSGlassEffectView available.
/// Set liquid glass effect on a window
///
/// - If `config.enabled` is true: creates or updates the glass effect with the given configuration
/// - If `config.enabled` is false: removes the glass effect if present
///
/// All configuration options have sensible defaults, so you can pass an empty object
/// to enable the effect with default settings.