ugghghghgh
This commit is contained in:
parent
f9a9491da3
commit
8cbc00372d
6 changed files with 73 additions and 65 deletions
|
@ -80,7 +80,7 @@ namespace {
|
|||
const string& host = GetHost();
|
||||
const string& kernelVersion = GetKernelVersion();
|
||||
const string& osVersion = GetOSVersion();
|
||||
const u64 memInfo = GetMemInfo();
|
||||
const u64 memInfo = GetMemInfo().value_or(0);
|
||||
const string& desktopEnvironment = GetDesktopEnvironment();
|
||||
const string& windowManager = GetWindowManager();
|
||||
const bool nowPlayingEnabled = config.now_playing.get().enabled;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue