mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
Restore appicon drag and drop
This commit is contained in:
@@ -1293,11 +1293,6 @@ var TaskbarAppIcon = GObject.registerClass({
|
||||
return DND.DragMotionResult.CONTINUE;
|
||||
}
|
||||
|
||||
// Disable all DnD methods on gnome-shell 3.34
|
||||
_onDragBegin() {}
|
||||
_onDragEnd() {}
|
||||
acceptDrop() { return false; }
|
||||
|
||||
getAppIconInterestingWindows(isolateMonitors) {
|
||||
return getInterestingWindows(this.app, this.dtpPanel.monitor, isolateMonitors);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user