mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 15:58:11 +00:00

It will listen for clipboard content changes in the backgroud. Once you click on its icon, it will pop up a window listing all recorded clipboard contents. You can then double-click on an item to copy it again.
8 lines
192 B
CMake
8 lines
192 B
CMake
set(SOURCES
|
|
ClipboardHistoryModel.cpp
|
|
IconWidget.cpp
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(ClipboardHistory.MenuApplet)
|
|
target_link_libraries(ClipboardHistory.MenuApplet LibGUI LibCore LibGfx)
|