rv::presentation:: -presangle to set the angle via CLI

This commit is contained in:
Zeno Rogue 2022-04-12 13:13:08 +02:00
parent f7f0a0ea02
commit 8a6f96cba9
1 changed files with 6 additions and 1 deletions

View File

@ -528,7 +528,12 @@ int runslide = arg::add3("-slides", [] {
else currentslide = 0;
}
presentation(pmStart);
});
})
+ arg::add3("-presangle", [] {
arg::shift_arg_formula(angle);
dir = 0;
});
;
}
#endif