• saveAppState needs to be called to perform the quit (was only missing…

    bsclifton committed May 11, 2017
    … from the lastWindowClosed case)
    
    Unintentionally introduced with 40abc0c#diff-2018087f584c4398b5c3a23fc0e5f9dbR172
    True needs to be passed, because the last known window state is saved, so receivedAllWindows is always false
    
    Fixes #8629
    
    Auditors: @bridiver