mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
Restore focus highlight
This commit is contained in:
@@ -696,15 +696,13 @@ var TaskbarAppIcon = GObject.registerClass({
|
||||
}
|
||||
|
||||
_displayProperIndicator() {
|
||||
let isFocused;
|
||||
let isFocused = this._isFocusedWindow();
|
||||
let position = Me.settings.get_string('dot-position');
|
||||
let isHorizontalDots = position == DOT_POSITION.TOP || position == DOT_POSITION.BOTTOM;
|
||||
|
||||
this._setIconStyle(isFocused);
|
||||
|
||||
if(!this._isGroupApps) {
|
||||
isFocused = this._isFocusedWindow();
|
||||
|
||||
if (this.window && (Me.settings.get_boolean('group-apps-underline-unfocused') || isFocused)) {
|
||||
let align = Clutter.ActorAlign[position == DOT_POSITION.TOP || position == DOT_POSITION.LEFT ? 'START' : 'END'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user