Skip to content

Commit

Permalink
Merge pull request #1079 from trnzk/fix_save_settings
Browse files Browse the repository at this point in the history
Removed the leading / from the file name, fixes #1077
  • Loading branch information
EricBishton authored Feb 21, 2021
2 parents f302eda + 1226a0a commit e6846b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
@State(
name = "HaxeProjectSettings",
storages = {
@Storage("/haxe.xml")
@Storage("haxe.xml")
}
)
public class HaxeProjectSettings implements PersistentStateComponent<Element>, HaxeTrackedModifiable {
Expand Down

0 comments on commit e6846b6

Please sign in to comment.