forked from quickshell/quickshell
all: fix gcc warnings
This commit is contained in:
parent
92252c36a3
commit
b528be9426
19 changed files with 57 additions and 22 deletions
|
@ -153,7 +153,7 @@ void FileView::loadSync() {
|
|||
auto state = FileViewState();
|
||||
this->updateState(state);
|
||||
} else if (!this->blockUntilLoaded()) {
|
||||
auto state = FileViewState {.path = this->targetPath};
|
||||
auto state = FileViewState(this->targetPath);
|
||||
FileViewReader::read(state, false);
|
||||
this->updateState(state);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue