mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
About dialog now opens with Log selected as default. Changed DisableDrag=1/0 to DisableDragging=1/0.
This commit is contained in:
@ -200,8 +200,8 @@ public:
|
||||
|
||||
bool GetDisableRDP() { return m_DisableRDP; }
|
||||
|
||||
bool GetDisableDrag() { return m_DisableDrag; }
|
||||
void SetDisableDrag(bool drag);
|
||||
bool GetDisableDragging() { return m_DisableDragging; }
|
||||
void SetDisableDragging(bool dragging);
|
||||
|
||||
void AddAboutLogInfo(const LOG_INFO& logInfo);
|
||||
const std::list<LOG_INFO>& GetAboutLogData() { return m_LogData; }
|
||||
@ -291,7 +291,7 @@ private:
|
||||
|
||||
bool m_DisableRDP;
|
||||
|
||||
bool m_DisableDrag;
|
||||
bool m_DisableDragging;
|
||||
|
||||
bool m_Logging;
|
||||
|
||||
|
Reference in New Issue
Block a user