1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-12 17:17:50 +03:00

add comments

This commit is contained in:
Michail Vourlakos 2019-12-02 16:11:35 +02:00
parent 2493971f03
commit 484741558e

View File

@ -117,6 +117,8 @@ Item {
return false;
}
//! [disabled] because it is probably not needed at all. If in the future there is a report
//! describing a case that this would be useful this disablement choice can be rethought
/*if (root.panelAlignment === Latte.Types.Left) {
//! Left case
return firstChildOfMainLayout;