Skip to content
This repository has been archived by the owner on May 12, 2024. It is now read-only.

Commit

Permalink
Update MainWindow.vala
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkdeveloper authored Sep 17, 2021
1 parent dbca1aa commit 9626012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MainWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ private int mode;
stack.add(vbox_edit_page);
stack.visible_child = vbox_player_page;
player = ElementFactory.make ("playbin", "play");
directory_path = Environment.get_home_dir()+"/.stations_for_radio_app";
directory_path = Environment.get_user_data_dir()+"/.stations_for_radio_app";
GLib.File file = GLib.File.new_for_path(directory_path);
if(!file.query_exists()){
try{
Expand Down

0 comments on commit 9626012

Please # to comment.