Skip to content
Snippets Groups Projects
Commit d443fdd8 authored by deuce's avatar deuce
Browse files

If user->expert is toggled, records has been modified.

parent c9d7a25b
No related branches found
No related tags found
No related merge requests found
......@@ -472,6 +472,7 @@ int edit_cmd(scfg_t *cfg, user_t *user)
case 1:
/* Expoert Mode */
user->misc ^= EXPERT;
modified=1;
break;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment