mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Fix initialized after warning.
This commit is contained in:
parent
7236bd7dd4
commit
592291cbcb
@ -104,8 +104,8 @@ Application::Application(int &argc, char **argv) :
|
||||
_recentActionsMenu(0),
|
||||
_theme(Theme::instance()),
|
||||
_logBrowser(0),
|
||||
_logExpire(0),
|
||||
_startupNetworkError(false),
|
||||
_logExpire(0),
|
||||
_showLogWindow(false),
|
||||
_logFlush(false),
|
||||
_helpOnly(false)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user