Changes between Initial Version and Version 1 of Ticket #13432, comment 7


Ignore:
Timestamp:
May 23, 2022, 9:08:10 AM (2 years ago)
Author:
macca8

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13432, comment 7

    initial v1  
    1111Following this change, hasAutosaveName() will continue to test the dummy autosave, but if it returns false, it will be offset by isAutosave() returning true (if autosaving is enabled), eliminating it from any possible inclusion in either dialog.
    1212
    13 The overall effect of this is that the dummy autosave is ignored when autosaving, regardless of its name, as it should be. It has no adverse effect on user saves as they always return a SaveType of false.
     13The overall effect of this is that the dummy autosave is ignored when autosaving, regardless of its name, as it should be. It has no adverse effect on user saves as they always return a SaveType of false.
    1414
    1515There’s only one change required for each dialog, and the location and proposed change for each are as follows: