GUI: window movement only by clicking on title bar
on by default now
This commit is contained in:
parent
8784fe5664
commit
c79e5e8081
2 changed files with 2 additions and 2 deletions
|
|
@ -1845,7 +1845,7 @@ void FurnaceGUI::syncSettings() {
|
|||
settings.powerSave=e->getConfInt("powerSave",POWER_SAVE_DEFAULT);
|
||||
settings.absorbInsInput=e->getConfInt("absorbInsInput",0);
|
||||
settings.eventDelay=e->getConfInt("eventDelay",0);
|
||||
settings.moveWindowTitle=e->getConfInt("moveWindowTitle",0);
|
||||
settings.moveWindowTitle=e->getConfInt("moveWindowTitle",1);
|
||||
settings.hiddenSystems=e->getConfInt("hiddenSystems",0);
|
||||
settings.horizontalDataView=e->getConfInt("horizontalDataView",0);
|
||||
settings.noMultiSystem=e->getConfInt("noMultiSystem",0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue