mirror of
https://github.com/mue/mue.git
synced 2026-07-26 10:11:15 +02:00
feat: enhance click handling for color inputs and update event bus cleanup
This commit is contained in:
@@ -22,7 +22,7 @@ const useAppSetup = () => {
|
||||
loadSettings();
|
||||
|
||||
const refreshHandler = (data) => {
|
||||
if (data === 'other') {
|
||||
if (data === 'other' || data === 'greeting' || data === 'clock' || data === 'quote') {
|
||||
loadSettings(true);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user