fix(nix): disabled error message about raid

This commit is contained in:
matt1432 2023-09-19 09:36:39 -04:00
parent 68c1d223d9
commit bbf96b34c5
2 changed files with 4 additions and 3 deletions
config/ags/js/bar

View file

@ -21,7 +21,7 @@ export const Gesture = ({
[gesture, box => {
const velocity = gesture.get_velocity()[1];
if (velocity < -50)
if (velocity < -100)
openWindow('quick-settings');
}, 'update'],