Skip to content

Commit

Permalink
Fix for picotorrent#1118 :
Browse files Browse the repository at this point in the history
An UUID is now used to instantiate wxSingleInstanceChecker
  • Loading branch information
SadE54 committed Jan 23, 2021
1 parent fc9cd65 commit 428425d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/picotorrent/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ using pt::Application;

Application::Application()
: wxApp(),
m_singleInstance(std::make_unique<wxSingleInstanceChecker>())
m_singleInstance(std::make_unique<wxSingleInstanceChecker>("584c8e47-d8a5-4e52-9165-c0650a85723a"))
{
SetProcessDPIAware();
}
Expand Down

0 comments on commit 428425d

Please sign in to comment.