mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-27 13:28:38 +02:00
Fixed: Plugins dir may change depending on user #4168
This commit is contained in:
parent
c5ed03a8a0
commit
cfd21216cd
11 changed files with 132 additions and 12 deletions
|
@ -172,6 +172,9 @@ App::initApp(int argc, const char** argv)
|
|||
{
|
||||
// parse command line
|
||||
parseArgs(argc, argv);
|
||||
|
||||
ARCH->setProfileDirectory(argsBase().m_profileDirectory);
|
||||
ARCH->setPluginDirectory(argsBase().m_pluginDirectory);
|
||||
|
||||
// set log filter
|
||||
if (!CLOG->setFilter(argsBase().m_logFilter)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue