Compare commits
No commits in common. "cf32716d22d0768cda4ae7b9415c803b9c43b370" and "5eb50d67e54844898cddb35fa9cb773323613b7f" have entirely different histories.
cf32716d22
...
5eb50d67e5
|
@ -113,9 +113,7 @@ addApps.forEach((i) => {
|
||||||
|
|
||||||
applications = applications.substring(0, applications.length - 1).split(',');
|
applications = applications.substring(0, applications.length - 1).split(',');
|
||||||
|
|
||||||
//start_menu = panel.addWidget("org.kde.plasma.kickoff");
|
start_menu = panel.addWidget("org.kde.plasma.kickoff");
|
||||||
start_menu = panel.addWidget("com.github.adhec.Menu11");
|
|
||||||
|
|
||||||
start_menu.PreloadWeight = 100;
|
start_menu.PreloadWeight = 100;
|
||||||
start_menu.popupHeight = 720;
|
start_menu.popupHeight = 720;
|
||||||
start_menu.popupWidth =1000;
|
start_menu.popupWidth =1000;
|
||||||
|
|
Loading…
Reference in New Issue