• N
    obs-frontend-api: Access system tray icon from API · 54da8eca
    Nick Stockton 提交于
    All UI elements are accessible through the obs frontend api via
    obs_frontend_api_get_main_window, except for the tray icon and its
    elements. This commit adds an obs_frontend_api_get_system_tray function
    which returns the pointer to the QSystemTrayIcon cast to void (much like
    the QMainWindow pointer for the main window).
    54da8eca
obs-frontend-api.cpp 8.9 KB