bug fixes
This commit is contained in:
parent
73dc8e1d77
commit
0d81a824f9
1 changed files with 6 additions and 10 deletions
|
@ -106,15 +106,11 @@ CLlconServerDlg::CLlconServerDlg ( CServer* pNServP,
|
|||
"Country where the server is located combo box" ) );
|
||||
|
||||
|
||||
|
||||
// TODO does not work!
|
||||
// act on "start minimized" flag
|
||||
if ( bStartMinimized )
|
||||
{
|
||||
hide();
|
||||
}
|
||||
|
||||
|
||||
// act on "start minimized" flag
|
||||
if ( bStartMinimized )
|
||||
{
|
||||
showMinimized();
|
||||
}
|
||||
|
||||
// check if system tray icon can be used
|
||||
bSystemTrayIconAvaialbe = SystemTrayIcon.isSystemTrayAvailable();
|
||||
|
@ -514,7 +510,7 @@ void CLlconServerDlg::ModifyAutoStartEntry ( const bool bDoAutoStart )
|
|||
// create start string of auto run entry
|
||||
QString strRegValue =
|
||||
QCoreApplication::applicationFilePath().replace ( "/", "\\" ) +
|
||||
" --startminimized";
|
||||
" -s --startminimized";
|
||||
#endif
|
||||
|
||||
if ( bDoAutoStart )
|
||||
|
|
Loading…
Reference in a new issue