mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Panels: proper focus management with the new architecture.
This commit is contained in:
@@ -19,8 +19,6 @@ SmartPanel {
|
||||
preferredWidthRatio: 0.3
|
||||
preferredHeightRatio: 0.5
|
||||
|
||||
exclusiveKeyboard: true
|
||||
|
||||
// Positioning
|
||||
readonly property string panelPosition: {
|
||||
if (Settings.data.appLauncher.position === "follow_bar") {
|
||||
|
||||
@@ -12,6 +12,9 @@ import qs.Modules.MainScreen
|
||||
SmartPanel {
|
||||
id: root
|
||||
|
||||
// Do not give exclusive focus to the TrayDrawer or it will prevent the dropdown menu to request it.
|
||||
exclusiveKeyboard: false
|
||||
|
||||
// Widget info for menu functionality
|
||||
property string widgetSection: ""
|
||||
property int widgetIndex: -1
|
||||
|
||||
Reference in New Issue
Block a user