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

Commit

Permalink
Change libunity desktop id
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanouta committed Apr 4, 2020
1 parent 94e551f commit 3ff76f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Library.vala
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ namespace Vocal {
local_library_path = settings.library_location.replace ("~", GLib.Environment.get_home_dir ());

#if HAVE_LIBUNITY
launcher = Unity.LauncherEntry.get_for_desktop_id ("vocal.desktop");
launcher = Unity.LauncherEntry.get_for_desktop_id ("com.github.needleandthread.vocal.desktop");
launcher.count = new_episode_count;
#endif

Expand Down

0 comments on commit 3ff76f7

Please sign in to comment.