How to hide spark preferences option?

i was trying to find in the spark default properties but it seems there is no commands that can hide the spark preferences option.

Any details on how to solve my concern is highly acknowledge.

Thanks

I do not think you can hide the preferences menu… without modifying the source code and compiling your own version. But, you can lock some of the things down that would normally be in the preferences menu. Check out the default.properties file and the spark.properties file… both will allow you to change how Spark behaves. You can modify them for an installed spark, or you can modify them in source code, then compile your own so that it will install with your custom settings.

1 Like