Skip to content

Commit

Permalink
change some default preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
benapetr committed Apr 12, 2019
1 parent b73c47f commit a0e1a37
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/huggle_core/userconfiguration.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,14 @@ namespace Huggle
bool DisplayTitle = false;
//! Result of "Stop feed, Remove old edits" in main form
bool RemoveOldQueueEdits = false;
bool CheckTP = false;
//! Check for new messages on your talk page
bool CheckTP = true;
//! Default queue ID
QString QueueID = "default";
//! Display messages from users in vandal window
bool HAN_DisplayUser = true;
bool HAN_DisplayBots = true;
//! Display message from bots in vandal window
bool HAN_DisplayBots = false;
bool HAN_DisplayUserTalk = true;
//! Welcome new users on a good edit
bool WelcomeGood = true;
Expand Down

0 comments on commit a0e1a37

Please sign in to comment.