mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 17:05:36 -04:00
Also in CalamaresUtilsGui
This commit is contained in:
parent
2a5e8c8ee3
commit
d3ea92ef3d
2 changed files with 7 additions and 2 deletions
|
@ -66,6 +66,10 @@ defaultPixmap( ImageType type, ImageMode mode, const QSize& size )
|
|||
pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/magic.svgz", size );
|
||||
break;
|
||||
|
||||
case Replace:
|
||||
pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/replace.svgz", size );
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue