allow sidebar pinning

This commit is contained in:
end-4
2023-12-27 00:26:48 +07:00
parent c11f0e6a2b
commit 81bf723d12
12 changed files with 491 additions and 376 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { SearchAndWindows } from "./overview.js";
export default () => Widget.Window({
name: 'overview',
exclusivity: 'normal',
exclusivity: 'ignore',
focusable: true,
popup: true,
visible: false,
+1
View File
@@ -506,6 +506,7 @@ export const SearchAndWindows = () => {
return Widget.Box({
vertical: true,
className: 'overview-window',
children: [
clickOutsideToClose,
Widget.Box({