summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/shell/quickshell-plugins/FileSelector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif/shell/quickshell-plugins/FileSelector.cpp')
-rw-r--r--accounts/gkleen@sif/shell/quickshell-plugins/FileSelector.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/shell/quickshell-plugins/FileSelector.cpp b/accounts/gkleen@sif/shell/quickshell-plugins/FileSelector.cpp
index 3a0537b6..a3a35273 100644
--- a/accounts/gkleen@sif/shell/quickshell-plugins/FileSelector.cpp
+++ b/accounts/gkleen@sif/shell/quickshell-plugins/FileSelector.cpp
@@ -40,6 +40,8 @@ QString FileSelector::seed() const {
40void FileSelector::setSeed(QString seed) { 40void FileSelector::setSeed(QString seed) {
41 this->mSeed = seed; 41 this->mSeed = seed;
42 emit this->seedChanged(); 42 emit this->seedChanged();
43 if (this->mDirectory && this->mEpoch)
44 emit this->selectedChanged();
43} 45}
44 46
45QString FileSelector::selected() const { 47QString FileSelector::selected() const {