mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 11:25:33 +08:00
[AFV] Ref T730, use "%Application%" to split audio settings among core and UI
* both can have independent settings * user report hanging core - this seems to fix it
This commit is contained in:
@@ -138,7 +138,7 @@ namespace BlackMisc
|
||||
struct TSettings : public TSettingTrait<CSettings>
|
||||
{
|
||||
//! \copydoc BlackMisc::TSettingTrait::key
|
||||
static const char *key() { return "audio/setup"; }
|
||||
static const char *key() { return "audio/%Application%/setup"; }
|
||||
|
||||
//! \copydoc BlackMisc::TSettingTrait::humanReadable
|
||||
static const QString &humanReadable() { static const QString name("Audio"); return name; }
|
||||
|
||||
Reference in New Issue
Block a user