[Feature] Change shell mode per monitor (#736)

This commit is contained in:
end-4
2024-08-15 20:54:50 +07:00
committed by GitHub
3 changed files with 38 additions and 11 deletions
+1 -2
View File
@@ -101,8 +101,7 @@ export const Bar = async (monitor = 0) => {
'nothing': nothingContent,
},
setup: (self) => self.hook(currentShellMode, (self) => {
self.shown = currentShellMode.value;
self.shown = currentShellMode.value[monitor];
})
}),
});