fixed two minor oversights
This commit is contained in:
parent
12f5239900
commit
bde0e2f057
|
@ -103,7 +103,7 @@ bool backend::toggleAutostart(bool enabled) {
|
|||
|
||||
bool backend::init() {
|
||||
hideDockIcon(true);
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
#undef LAUNCH_AGENT_TEMPLATE
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
#include <filesystem>
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <limits.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "../backend.hpp"
|
||||
|
||||
|
|
Loading…
Reference in New Issue