Update filenames from plugins to modules

This commit is contained in:
Jm Casler
2022-02-27 00:18:35 -08:00
parent d57704b3bd
commit 86e767eec2
27 changed files with 26 additions and 26 deletions

10
src/modules/ModuleDev.h Normal file
View File

@@ -0,0 +1,10 @@
#pragma once
/*
* To developers:
* Use this to enable / disable features in your plugin that you don't want to risk checking into GitHub.
*
*/
// Enable development more for StoreForwardPlugin
bool StoreForward_Dev = false;