Brewtarget / brewtarget

Main brewtarget source code repository.
GNU General Public License v3.0
312 stars 135 forks source link

Fixes Bug in issue #609, #612

Closed mattiasmaahl closed 3 years ago

mattiasmaahl commented 3 years ago

fixes #609

  1. I added a null-check for recipe so that when you right click the top-level-item in the recipe tree 'Recipes' you get the folder menu but with no DELETE function.
  2. Also added the above mentioned folder-specialized context menu.
  3. fixed a few, not all private varables prefixed with to be prefixed with m instead.