UI: Warn when closing dock widgets for first time
Users don't realize that dockable windows can be closed (hidden) and can be shown again via the View menu. This adds an explicit warning when the user first closes a dockable window for their first time. In future versions, this should be changed to a dialog box with a "Do not show again" checkbox.
This commit is contained in:
@@ -178,6 +178,7 @@ set(obs_SOURCES
|
||||
${obs_libffutil_SOURCES}
|
||||
../deps/json11/json11.cpp
|
||||
obs-app.cpp
|
||||
window-dock.cpp
|
||||
api-interface.cpp
|
||||
window-basic-main.cpp
|
||||
window-basic-stats.cpp
|
||||
@@ -234,6 +235,7 @@ set(obs_HEADERS
|
||||
../deps/json11/json11.hpp
|
||||
obs-app.hpp
|
||||
platform.hpp
|
||||
window-dock.hpp
|
||||
window-main.hpp
|
||||
window-basic-main.hpp
|
||||
window-basic-stats.hpp
|
||||
|
Reference in New Issue
Block a user