mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-29 07:52:50 -05:00
notifications: try to prevent zombies better, markdown, re-org
This commit is contained in:
@@ -260,8 +260,8 @@ PanelWindow {
|
||||
function onIsVisibleChanged() {
|
||||
if (appDrawerPopout.isVisible)
|
||||
Qt.callLater(function() {
|
||||
searchField.forceActiveFocus();
|
||||
});
|
||||
searchField.forceActiveFocus();
|
||||
});
|
||||
else
|
||||
searchField.clearFocus();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user