libprimis icon indicating copy to clipboard operation
libprimis copied to clipboard

Separate UI objects out of `ui.cpp`

Open no-lex opened this issue 4 years ago • 0 comments

Much of ui.cpp is devoted to the definitions of particular UI features, and this can be separated out into an extra file (possibly uielems.cpp or the like) so that the core logic of the UI system is all that remains in ui.cpp.

no-lex avatar Jun 20 '20 06:06 no-lex