mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Use gsl::finally() instead of base::scope_guard().
This commit is contained in:
@@ -176,7 +176,7 @@ void Manager::stopAllHiding() {
|
||||
}
|
||||
|
||||
void Manager::showNextFromQueue() {
|
||||
auto guard = base::scope_guard([this] {
|
||||
auto guard = gsl::finally([this] {
|
||||
if (_positionsOutdated) {
|
||||
moveWidgets();
|
||||
}
|
||||
|
Reference in New Issue
Block a user