gamedeviced

Results 4 issues of gamedeviced

See screenshot:

Especially in combination with the macOS default clock showing the full date, showing the current date as the Itsycal menu bar icon is a redundant information. **Suggestion:** add the calendar...

enhancement

### Problem After using Analyze Disk Usage the new tab is sorted by size. But the columns are still labeled as sorted by name. ### Steps to reproduce 1. Open...

bug

``` var NO_API_KEY = false; var api_key_awaited = await GM.getValue("api_key"); // HERE if(api_key_awaited === undefined || api_key_awaited === null || api_key_awaited === ""){ await GM.setValue("api_key", prompt("Enter your API key. Go...