mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
FileView plugin: Changed "Update" command to reset the index offset
This commit is contained in:
parent
8ce97640dd
commit
403ce655bc
@ -538,6 +538,7 @@ PLUGIN_EXPORT void ExecuteBang(void* data, LPCWSTR args)
|
||||
|
||||
if (_wcsicmp(args, L"UPDATE") == 0)
|
||||
{
|
||||
parent->indexOffset = 0;
|
||||
parent->needsIcons = true;
|
||||
parent->needsUpdating = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user