marc-campbell / nicedishy-macos

The MacOS client for nicedishy.com
https://nicedishy.com
2 stars 0 forks source link

Add a preferences page #2

Closed marccampbell closed 2 years ago

marccampbell commented 2 years ago

The StatusBar app should have a Prefernces (Cmd + ,). When selected, a view should appear with preferences:

Frequency for sending data: [ 5 ] minutes.
Frequency for running speed tests: [ 60 ] minutes.

The user should be able to set each of these values to any positive integer value. They should be stored in Application Data.

dnshzdev commented 2 years ago

The StatusBar app can have the Preferences without hotkey (Cmd + ,). If you want a hotkey, I recommend you to choose the different key combination because other apps use that hotkey for the preferences.

dnshzdev commented 2 years ago

A StatusBar app has only global hotkeys because it has no the main menu like other apps that have an active window.

dnshzdev commented 2 years ago

Added the "Preference" feature