z3ntu / RazerGenie

Qt application for configuring your Razer devices under GNU/Linux.
GNU General Public License v3.0
374 stars 35 forks source link

Auto-update device properties on a timer #167

Open z3ntu opened 3 months ago

z3ntu commented 3 months ago

Relevant for things like DPI, charging percent and in general all values that are displayed since they could change from underneath RazerGenie without it noticing.

Add a timer that refreshes the properties on the device page / rebuild the device page every minute (when the app is in foreground or something).