1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-12 23:20:59 +00:00
serenity/Userland/Applets/Audio
creator1creeper1 d92558b3b3 Applets/Audio: Propagate errors by extracting out GUI initialization
This commit extracts out the GUI initialization in AudioWidget into
the new try_initialize_graphical_elements function. This function
is now able to use try_set_main_widget instead of set_main_widget.
It's only called by the fallible try_create method.
2022-01-11 09:19:09 -08:00
..
CMakeLists.txt Applets/Audio: Port to LibMain :^) 2021-11-24 00:25:23 +01:00
main.cpp Applets/Audio: Propagate errors by extracting out GUI initialization 2022-01-11 09:19:09 -08:00