UI: Add command line option for starting up always on top

Closes jp9000/obs-studio#853
This commit is contained in:
Shamun
2017-04-30 07:47:19 -07:00
committed by jp9000
parent e26f07a1c3
commit 0206227b75
3 changed files with 7 additions and 1 deletions

View File

@@ -182,4 +182,5 @@ extern bool opt_start_replaybuffer;
extern bool opt_minimize_tray;
extern bool opt_studio_mode;
extern bool opt_allow_opengl;
extern bool opt_always_on_top;
extern std::string opt_starting_scene;