mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-25 03:36:36 +00:00
ClipboardHistory: Show the size (in bytes) of each remembered clipping
This commit is contained in:
parent
b8d73e259c
commit
0b051a5e15
Notes:
sideshowbarker
2024-07-19 02:54:21 +09:00
Author: https://github.com/awesomekling
Commit: 0b051a5e15
2 changed files with 7 additions and 0 deletions
|
@ -37,6 +37,7 @@ public:
|
|||
enum Column {
|
||||
Data,
|
||||
Type,
|
||||
Size,
|
||||
__Count
|
||||
};
|
||||
|
||||
|
@ -55,3 +56,4 @@ private:
|
|||
Vector<GUI::Clipboard::DataAndType> m_history_items;
|
||||
size_t m_history_limit { 20 };
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue