diff options
| author | Silarn <jrim@rimpo.org> | 2018-04-08 14:56:46 -0500 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2018-04-08 14:56:46 -0500 |
| commit | 208eaccbf7f1fc0441861d55c68c4b66e5c7d387 (patch) | |
| tree | 3724ce893df14c2c8643417a3ea86c627d4465c0 /src/organizercore.h | |
| parent | 0f8852f487cb1f8b993141042da4196db965e038 (diff) | |
Updates to allow a full plugin data refresh in certain circumstances
Diffstat (limited to 'src/organizercore.h')
| -rw-r--r-- | src/organizercore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/organizercore.h b/src/organizercore.h index 9e81f0c3..54d9dd6d 100644 --- a/src/organizercore.h +++ b/src/organizercore.h @@ -130,7 +130,7 @@ public: void prepareStart();
- void refreshESPList();
+ void refreshESPList(bool force = false);
void refreshBSAList();
void refreshDirectoryStructure();
|
