Sets the dock visibility for the application on macOS.
Whether the dock should be visible or not.
import { setDockVisibility } from '@tauri-apps/api/app';await setDockVisibility(false); Copy
import { setDockVisibility } from '@tauri-apps/api/app';await setDockVisibility(false);
2.5.0
Sets the dock visibility for the application on macOS.