Skip to content
Snippets Groups Projects
Commit 86fad9f5 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

refresh for FS ass update

parent 529890a3
No related branches found
No related tags found
1 merge request!10462Refresh for FS ass update
......@@ -295,7 +295,10 @@ App.UI.personalAssistantOptions = function() {
function makeFSlink(selection) {
const link = App.UI.DOM.link(
selection,
() => V.assistant.fsAppearance = selection
() => {
V.assistant.fsAppearance = selection;
App.UI.reload();
}
);
link.style.textTransform = "capitalize";
linkArray.push(link);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment