make text in sdebar entry selectable w/ mouse

This commit is contained in:
end-4
2024-02-06 07:53:58 +07:00
parent 0186fc016c
commit 3445ffb979
2 changed files with 7 additions and 3 deletions
@@ -4,7 +4,7 @@ import Widget from 'resource:///com/github/Aylur/ags/widget.js';
import * as Utils from 'resource:///com/github/Aylur/ags/utils.js';
const { Box, EventBox, Button, Revealer } = Widget;
const { execAsync, exec } = Utils;
const { execAsync } = Utils;
import { MaterialIcon } from '../../lib/materialicon.js';
import { separatorLine } from '../../lib/separator.js';
import { defaultOskLayout, oskLayouts } from '../../data/keyboardlayouts.js';