# HG changeset patch # User Scoopta # Date 1680571936 25200 # Mon Apr 03 18:32:16 2023 -0700 # Node ID bf6ffee8c4a5340b7b88197a15c1f5f49b52fe25 # Parent 5b028720129f1876b62911f1bb5f2a3be36ef566 Fixed the description for mode_class diff --git a/src/meson_options.txt b/src/meson_options.txt --- a/src/meson_options.txt +++ b/src/meson_options.txt @@ -1,4 +1,4 @@ option('jdk_home', type : 'string', description : 'The path to the jdk install folder') option('wofij_path', type : 'string', description : 'The path to the wofij jar') -option('mode_class', type : 'string', description : 'The class that implements mode') +option('mode_class', type : 'string', description : 'The class that implements Mode') option('mode_path', type : 'string', description : 'The path to your mode\'s module')