user-manager: megamouse fixes

(cherry picked from commit 949807c1cc689e12e5f0cea367564306ea36a759)
This commit is contained in:
Megamouse 2018-06-20 02:11:50 +02:00 committed by Ivan
parent 68202eb2b7
commit eef900ef41
6 changed files with 156 additions and 144 deletions

View file

@ -509,7 +509,6 @@ struct cfg_root : cfg::node
{
node_usr(cfg::node* _this) : cfg::node(_this, "User") {}
// This is only a default, will get read from existing config.yml.
cfg::string selected_usr{ this, "Selected User", "00000001" };
} usr{this};