diff options
Diffstat (limited to 'accounts/gkleen@sif/shell/quickshell-plugins/FileSelector.cpp')
-rw-r--r-- | accounts/gkleen@sif/shell/quickshell-plugins/FileSelector.cpp | 2 |
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 { | |||
40 | void FileSelector::setSeed(QString seed) { | 40 | void 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 | ||
45 | QString FileSelector::selected() const { | 47 | QString FileSelector::selected() const { |