mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
Consider the point release when checking the shell version
This commit is contained in:
@@ -1437,7 +1437,7 @@ function extendShowAppsIcon(showAppsIcon, settings) {
|
||||
let customIconPath = settings.get_string('show-apps-icon-file');
|
||||
|
||||
showAppsIcon.icon.createIcon = function(size) {
|
||||
this._iconActor = new St.Icon({ icon_name: 'view' + (Config.PACKAGE_VERSION > '3.18' ? '-app' : '') + '-grid-symbolic',
|
||||
this._iconActor = new St.Icon({ icon_name: 'view' + (Config.PACKAGE_VERSION < '3.20' ? '' : '-app') + '-grid-symbolic',
|
||||
icon_size: size,
|
||||
style_class: 'show-apps-icon',
|
||||
track_hover: true });
|
||||
|
||||
Reference in New Issue
Block a user