Skip to content

v1.8.22

Latest
Compare
Choose a tag to compare
@blackholeearth blackholeearth released this 13 Feb 23:07
3255f59

v.1.8.22

  • fixed: moved Exit to Bottom, and other menu arrangements - #171 , #174 , #173

v.1.8.21

  • fixed: after selected custom option, win10_birghtnessslider closing itself - #170

v1.8.20

  • added: right click menu dark theme

    • details: rightClick menu is ContextMenuStrip - Win11 Theme
      • added: if Lwin_pressed ,Hide ctxMenuStrip
        • why? contextmenuStrip doesnt always close when LWIN pressed
  • win+space > Open Everything.exe

  • removed GC.Collect();

    • i think, this was causing 1 seconds computer freeze. - (not sure, might be wrong)
    • we dont need this. because, we have "if (Ram usage >150 mb) : App.restart"