Window options from Tauri.

0.5.0

interface WindowOptions {
    fullscreen: boolean;
}

Properties

Properties

fullscreen: boolean