tim-gromeyer / VoiceAssistant

Empower Your Voice, Secure Your Privacy - Experience VoiceAssistant, Your Customizable Offline Voice Assistant!
https://tim-gromeyer.github.io/VoiceAssistant/
GNU General Public License v3.0
12 stars 2 forks source link

Let user add commands via GUI (implement the back-end, the GUI is already there) #19

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

https://api.github.com/tim-gromeyer/VoiceAssistant/blob/f90b7eb9cd1d90a688bffad7c5cd8abd134bf5d7/src/mainwindow.cpp#L1048


    delete timeTimer;
}

// TODO: Let user add commands via GUI (implement the back-end, the GUI is already there)
// TODO: Add settings like disabling tray icon, store language and model path and so on
// TODO: Implement weather as a plugin(so it's easier to exclude), see Qt weather example