✨ feat: add apply option to set wallpaper from command line and enhance process completion signals
This commit is contained in:
@@ -48,6 +48,10 @@ int main(int argc, char* argv[]) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (!options.applyPath.isEmpty()) {
|
||||
return bootstrap.apply(options.applyPath) ? 0 : 1;
|
||||
}
|
||||
|
||||
{
|
||||
Provider::Carousel provider(&a, bootstrap);
|
||||
qmlRegisterSingletonInstance(
|
||||
|
||||
Reference in New Issue
Block a user