--- gigedit/trunk/src/gigedit/Settings.h 2016/07/16 15:31:47 2956 +++ gigedit/trunk/src/gigedit/Settings.h 2016/07/18 11:22:38 2967 @@ -122,6 +122,7 @@ Property syncSamplerInstrumentSelection; ///< if enabled, the sampler's current instrument will automatically be switched whenever another instrument was selected in gigedit Property moveRootNoteWithRegionMoved; ///< if enabled, the root note(s) of regions are automatically moving when the user drags a region around at the virtual keyboard Property autoRestoreWindowDimension; + Property saveWithTemporaryFile; ///< If enabled and the user selects "Save" from the main menu, then the file is first saved as separate temporary file and after the save operation completed the temporary file is moved over the original file. // settings of "MainWindow" group Property mainWindowX;