diff options
author | George Hazan <ghazan@miranda.im> | 2020-05-05 19:03:57 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-05-05 19:03:57 +0300 |
commit | 01e2e633ef9c613464b84d8065d103d1112d4156 (patch) | |
tree | 367fc5552a313fbbdc25c5cb58a49b234a08507b /plugins/NewStory/src/main.cpp | |
parent | cfc04a114e5d83318f26e0641cfd36ed26736196 (diff) |
NewStory: option to hide scrollbar
Diffstat (limited to 'plugins/NewStory/src/main.cpp')
-rw-r--r-- | plugins/NewStory/src/main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/NewStory/src/main.cpp b/plugins/NewStory/src/main.cpp index 4e1a540171..5f38b787a7 100644 --- a/plugins/NewStory/src/main.cpp +++ b/plugins/NewStory/src/main.cpp @@ -32,7 +32,8 @@ PLUGININFOEX pluginInfoEx = }; CMPlugin::CMPlugin() : - PLUGIN<CMPlugin>(MODULENAME, pluginInfoEx) + PLUGIN<CMPlugin>(MODULENAME, pluginInfoEx), + bOptVScroll(MODULENAME, "VScroll", true) { } |