fix: update no plugin pref icon

Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
This commit is contained in:
0xMRTT 2022-09-27 00:20:24 +02:00 committed by GitHub
parent 2a09be933c
commit 7d9aacd1dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ template GradienceNoPluginPrefWindow: Adw.Window {
Adw.StatusPage {
name: "empty";
title: _("No preferences");
icon-name: "system-search-symbolic";
icon-name: "action-unavailable-symbolic";
description: _("This plugin doesn't have any settings");
}