mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
src/config: let icon theme name default to theme
This commit is contained in:
parent
1e2c709d6b
commit
060b59f7ed
2 changed files with 5 additions and 1 deletions
|
|
@ -1683,6 +1683,10 @@ post_processing(void)
|
|||
rc.fallback_app_icon_name = xstrdup("labwc");
|
||||
}
|
||||
|
||||
if (!rc.icon_theme_name && rc.theme_name) {
|
||||
rc.icon_theme_name = xstrdup(rc.theme_name);
|
||||
}
|
||||
|
||||
if (!rc.title_layout_loaded) {
|
||||
#if HAVE_LIBSFDO
|
||||
fill_title_layout("icon:iconify,max,close");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue