Skip to content

Commit ee2d07a

Browse files
committed
- remove incorrect default path
1 parent 0396dbd commit ee2d07a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/mediathek/gui/tabs/tab_film/GuiFilme.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1417,7 +1417,7 @@ private void showMenu(MouseEvent evt) {
14171417
var miCreateInfoFile = new JMenuItem("Infodatei erzeugen...");
14181418
miCreateInfoFile.addActionListener(l -> {
14191419
System.out.println("INFO FILE");
1420-
var file = FileDialogs.chooseSaveFileLocation(MediathekGui.ui(), "Infodatei speichern", "/Users/christianfranzke/Desktop/infofile.txt");
1420+
var file = FileDialogs.chooseSaveFileLocation(MediathekGui.ui(), "Infodatei speichern", "");
14211421
if (file != null) {
14221422
MVInfoFile infoFile = new MVInfoFile();
14231423
try {

0 commit comments

Comments
 (0)