mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-07-31 12:11:56 -07:00
@@ -59,7 +59,7 @@ std::vector<SInstanceData> instances() {
|
|||||||
|
|
||||||
// read lock
|
// read lock
|
||||||
SInstanceData* data = &result.emplace_back();
|
SInstanceData* data = &result.emplace_back();
|
||||||
data->id = el.path().string();
|
data->id = el.path().filename().string();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
data->time = std::stoull(data->id.substr(data->id.find_first_of('_') + 1, data->id.find_last_of('_') - (data->id.find_first_of('_') + 1)));
|
data->time = std::stoull(data->id.substr(data->id.find_first_of('_') + 1, data->id.find_last_of('_') - (data->id.find_first_of('_') + 1)));
|
||||||
|
Reference in New Issue
Block a user