mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Log icon theme
This commit is contained in:
parent
85cc3b30a0
commit
63a92cb90a
1 changed files with 3 additions and 0 deletions
|
@ -780,6 +780,9 @@ bool OpenSystemSettings(SystemSettingsType type) {
|
||||||
namespace ThirdParty {
|
namespace ThirdParty {
|
||||||
|
|
||||||
void start() {
|
void start() {
|
||||||
|
LOG(("Icon theme: %1").arg(QIcon::themeName()));
|
||||||
|
LOG(("Fallback icon theme: %1").arg(QIcon::fallbackThemeName()));
|
||||||
|
|
||||||
GtkIntegration::Autorestart(GtkIntegration::Type::Base);
|
GtkIntegration::Autorestart(GtkIntegration::Type::Base);
|
||||||
GtkIntegration::Autorestart(GtkIntegration::Type::TDesktop);
|
GtkIntegration::Autorestart(GtkIntegration::Type::TDesktop);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue