X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fcommon%2Fpreferences.h;h=0edf6df2ff249614f7dd6696b77833772d840034;hp=6b31ef454a96a30feb878e1f4feefc04e0328cf6;hb=d1663f3d3931bb05c791ef2c86926a22932c6014;hpb=56ae8d824bd9183aa8658dccda528fba2548d834 diff --git a/source/common/preferences.h b/source/common/preferences.h index 6b31ef4..0edf6df 100644 --- a/source/common/preferences.h +++ b/source/common/preferences.h @@ -84,15 +84,19 @@ class XABPreferences private: // General Tab - bool SaveWindowPos = FALSE; + bool SaveWindowPos = false; wxRect MainWindowData; - bool HideLocalABs = FALSE; + bool HideLocalABs = false; // Themes tab - bool EnableThemes = FALSE; + bool EnableThemes = false; // Accounts tab + // Contacts tab + bool UseBackgroundContactColour = false; + wxColour BackgroundContactColour; + // General things. wxString Filename; @@ -110,6 +114,8 @@ public: bool SetBoolData(wxString SettingName, bool SettingValue); wxRect GetMainWindowData(); void SetMainWindowData(wxRect WindowData); + wxColour GetBackgroundContactColourData(); + void SetBackgroundContactColourData(wxColour ColourData); //int AddAccount(wxString Name);