NickHugi / PyKotor

A Python library that can read and modify most file formats used by the game Knights of the Old Republic and its sequel.
GNU Lesser General Public License v3.0
11 stars 3 forks source link

Use the savedFile signal to open the "save successful" dialog #74

Closed JoeNotCharles closed 5 months ago

JoeNotCharles commented 5 months ago

Reverts the changes to Editor.save() from e0d92415. Instead NSSEditor.compileCurrentScript watches for the savedFile signal to find out if the file saved successfully.