mutterkey
KDE-first push-to-talk transcription tool for KDE Plasma
Loading...
Searching...
No Matches
DaemonConfigSnapshot Struct Reference

Daemon-owned config snapshot for tray and CLI clients. More...

#include <daemoncontroltypes.h>

Public Attributes

QString configPath
 Resolved config path used by the daemon process.
 
bool configExists = false
 Indicates whether the config path currently exists on disk.
 
AppConfig config
 Resolved config snapshot exposed to control-plane clients.
 

Detailed Description

Daemon-owned config snapshot for tray and CLI clients.

Definition at line 30 of file daemoncontroltypes.h.

Member Data Documentation

◆ config

AppConfig DaemonConfigSnapshot::config

Resolved config snapshot exposed to control-plane clients.

Definition at line 36 of file daemoncontroltypes.h.

◆ configExists

bool DaemonConfigSnapshot::configExists = false

Indicates whether the config path currently exists on disk.

Definition at line 34 of file daemoncontroltypes.h.

◆ configPath

QString DaemonConfigSnapshot::configPath

Resolved config path used by the daemon process.

Definition at line 32 of file daemoncontroltypes.h.


The documentation for this struct was generated from the following file: