Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
a4a468e8bd
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ actual class FMediaPlayer actual constructor(
|
|||
}
|
||||
} else {
|
||||
// Créeons une fichier vide au 1er lancement de l'application, après MidiWriterKotlin l'écrasera
|
||||
val f0file = File("${getConfigDirectoryPath()}whawyd3.mid")
|
||||
val f0file = File(filename)
|
||||
f0file.createNewFile()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue