mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-03-31 09:17:04 +09:00
Add ellipsis at end of title in notification
This commit is contained in:
@@ -1506,7 +1506,10 @@ namespace gsr {
|
|||||||
byte_index += codepoint_length;
|
byte_index += codepoint_length;
|
||||||
}
|
}
|
||||||
|
|
||||||
str.erase(byte_index);
|
if(byte_index < str.size()) {
|
||||||
|
str.erase(byte_index);
|
||||||
|
str += "...";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool is_hex_num(char c) {
|
static bool is_hex_num(char c) {
|
||||||
|
|||||||
Reference in New Issue
Block a user