Commit ba8e2bf6 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: Delay system tray creation

parent f765c772
...@@ -138,11 +138,6 @@ MainInterface::MainInterface( intf_thread_t *_p_intf ) : QVLCMW( _p_intf ) ...@@ -138,11 +138,6 @@ MainInterface::MainInterface( intf_thread_t *_p_intf ) : QVLCMW( _p_intf )
settings->endGroup( ); settings->endGroup( );
/*********************************
* Create the Systray Management *
*********************************/
initSystray();
/************************** /**************************
* UI and Widgets design * UI and Widgets design
**************************/ **************************/
...@@ -174,6 +169,11 @@ MainInterface::MainInterface( intf_thread_t *_p_intf ) : QVLCMW( _p_intf ) ...@@ -174,6 +169,11 @@ MainInterface::MainInterface( intf_thread_t *_p_intf ) : QVLCMW( _p_intf )
taskbar_wmsg = RegisterWindowMessage("TaskbarButtonCreated"); taskbar_wmsg = RegisterWindowMessage("TaskbarButtonCreated");
#endif #endif
/*********************************
* Create the Systray Management *
*********************************/
initSystray();
/************************************************************ /************************************************************
* Connect the input manager to the GUI elements it manages * * Connect the input manager to the GUI elements it manages *
************************************************************/ ************************************************************/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment