1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 07:47:35 +00:00

Applets: Rename DesktopPicker => WorkspacePicker

This is consistent with the rest of the system.
This commit is contained in:
Andreas Kling 2021-11-23 15:15:43 +01:00
parent 03b6ff2bf0
commit 51484bec82
8 changed files with 17 additions and 17 deletions

View file

@ -0,0 +1,13 @@
serenity_component(
WorkspacePicker.Applet
REQUIRED
TARGETS WorkspacePicker.Applet
)
set(SOURCES
DesktopStatusWindow.cpp
main.cpp
)
serenity_bin(WorkspacePicker.Applet)
target_link_libraries(WorkspacePicker.Applet LibGUI LibCore LibGfx)