--nowriteaccess first steps
This commit is contained in:
@@ -64,6 +64,8 @@ void joinNetworkGameDialogImpl::exec() {
|
||||
|
||||
lineEdit_ipAddress->setFocus();
|
||||
|
||||
if (myConfig->readConfigInt("CLA_NoWriteAccess") == 0 ) {
|
||||
//if discwrite-access
|
||||
myServerProfilesFile = myConfig->readConfigString("DataDir")+"serverprofiles.xml";
|
||||
|
||||
//Anlegen wenn noch nicht existiert!
|
||||
@@ -86,6 +88,7 @@ void joinNetworkGameDialogImpl::exec() {
|
||||
|
||||
//Liste Füllen
|
||||
fillServerProfileList();
|
||||
}
|
||||
|
||||
QDialog::exec();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user