We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0396dbd commit ee2d07aCopy full SHA for ee2d07a
src/main/java/mediathek/gui/tabs/tab_film/GuiFilme.java
@@ -1417,7 +1417,7 @@ private void showMenu(MouseEvent evt) {
1417
var miCreateInfoFile = new JMenuItem("Infodatei erzeugen...");
1418
miCreateInfoFile.addActionListener(l -> {
1419
System.out.println("INFO FILE");
1420
- var file = FileDialogs.chooseSaveFileLocation(MediathekGui.ui(), "Infodatei speichern", "/Users/christianfranzke/Desktop/infofile.txt");
+ var file = FileDialogs.chooseSaveFileLocation(MediathekGui.ui(), "Infodatei speichern", "");
1421
if (file != null) {
1422
MVInfoFile infoFile = new MVInfoFile();
1423
try {
0 commit comments