This commit is contained in:
2025-09-06 10:19:29 -05:00
parent 7bfe455b1b
commit 30633aa4ff

View File

@@ -255,7 +255,8 @@ void mgmt_app_config::set_auto_start(bool auto_start) {
#if defined(__APPLE__)
auto label = "com.fifthgrid.blockstorage.repertory.ui";
auto plist_file = utils::file::file{
utils::path::combine("~", {"/Library/LaunchAgents", label})};
utils::path::combine("~", {"/Library/LaunchAgents", label}),
};
if (auto_start) {
if (not plist_file.exists()) {
std::vector<std::string> args = {