Skip to content

Commit

Permalink
Merge pull request #63 from psoukie:import-hotfix
Browse files Browse the repository at this point in the history
Import hotfix from branch 'v1.9'
  • Loading branch information
psoukie authored Dec 28, 2022
2 parents fddabf6 + a18717e commit 6f8a8ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/zipchord.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -933,6 +933,7 @@ LoadPropertiesFromIni(object_destination, ini_section, ini_filename) {
; Load chords from a dictionary file
LoadChords(file_name) {
pause_loading := true
chords := {}
raw_chords := LoadDictionary(file_name)
For chord, text in raw_chords
{
Expand Down

0 comments on commit 6f8a8ac

Please sign in to comment.