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

LibGUI: Make common locations configurable

This commit is contained in:
DexesTTP 2021-04-26 18:18:57 +02:00 committed by Andreas Kling
parent fddcaafe5f
commit 91c210c39a
6 changed files with 132 additions and 23 deletions

View file

@ -20,6 +20,7 @@ set(SOURCES
ColorInput.cpp
ColorPicker.cpp
ColumnsView.cpp
CommonLocationsProvider.cpp
ComboBox.cpp
Command.cpp
Desktop.cpp