{{define "settings"}} {{template "head-common" .}} {{.Title}} {{template "accessibility-common" .}} {{template "main-layout-start" .}} {{template "settings-content" .}} {{template "main-layout-end" .}} {{template "password-modal" .}} {{template "body-common-scripts" .}} {{end}} {{define "settings-content"}}

Settings

Manage MPV Manager application settings

{{/* System Password and Desktop Shortcuts - Side by Side */}}
{{/* System Password Section */}}

System Password

{{if ne .Platform.OSType "linux"}} Linux Only {{end}}
{{if eq .Platform.OSType "linux"}}

Store your sudo password securely for package manager installations. The password is encrypted and stored in your system keyring.

{{else}}

The system password feature is only available on Linux for package manager installations.

Windows and macOS installations do not require sudo privileges.

{{end}}
{{/* Desktop Shortcuts Section */}}

Desktop Shortcuts

Control whether MPV Manager creates desktop shortcuts automatically.

Create Desktop Shortcut

Automatically create a desktop shortcut when MPV Manager starts

{{/* Data Management Section */}}

Data Management

Reset or manage MPV Manager data files.

Reset MPV Manager Data

Reset the mpv-manager.json configuration file to default values. This will remove all installed app records and reset preferences.

This action cannot be undone.

Config File

{{/* Confirmation Modal for Reset */}}
{{end}}