Skip to content

Opening Programs from the UI Bar Change

Jeremy Soller requested to merge Lacaranian:master into master

Created by: Lacaranian

Rather than open programs from the UI bar on mouse down, this change opens programs only on a mouse up.

This allows for potentially adding a "Drag UI bar icons around to customize which ones are there, or modify their position" type of feature, as well as prevent unintentionally opening programs the user wants to avoid (which will be most valuable for preventing heavy program startups) when they click down, but don't click up.

Merge request reports