mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-05-06 23:06:24 +09:00
Load settings from config file
This commit is contained in:
@@ -15,6 +15,7 @@ public:
|
||||
}
|
||||
|
||||
// Safe to call when vector is empty
|
||||
// TODO: Make this iterator safe
|
||||
void pop_back() {
|
||||
if(!data.empty())
|
||||
data.pop_back();
|
||||
@@ -37,6 +38,7 @@ public:
|
||||
return &data.back();
|
||||
}
|
||||
|
||||
// TODO: Make this iterator safe
|
||||
void clear() {
|
||||
data.clear();
|
||||
remove_queue.clear();
|
||||
|
||||
Reference in New Issue
Block a user