@if (isMobile() && showDetails()) {

{{ getTitle() }}

} @if (!isMobile() || !showDetails()) {

Settings

@for (section of sections; track section.id) { {{ section.icon }} {{ section.title }} }
} @if (!isMobile() || showDetails()) {
@if (!isMobile()) { {{ getTitle() }} } @if (activeSection() === 'general') {
Dark Mode

Logging

Configure application logging levels

Log Level Debug Info Warning Error None

@switch (currentLogLevel()) { @case ('debug') { Shows all log messages including detailed debug information. } @case ('info') { Shows informational messages, warnings and errors. } @case ('warn') { Shows only warnings and errors. } @case ('error') { Shows only error messages. } @case ('none') { Disables all logging output. } }

Danger Zone

This will delete all your local app data and reload the application.

} @if (activeSection() === 'privacy') { } @if (activeSection() === 'logs') { } @if (activeSection() === 'about') { } @if (activeSection() === 'relays') { } @if (activeSection() === 'backup') { }
}