mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-10 18:15:18 -04:00
Added patch from Imanuel
- Added new placeholder %style-dir% for ChatStyles. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5183 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
56e156a65a
commit
917f9913df
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ static QString getStyle(const QDir &styleDir, const QString &styleVariant, enumG
|
|||
css += "\n" + cssVariant;
|
||||
}
|
||||
|
||||
style.replace("%css-style%", css);
|
||||
style.replace("%css-style%", css).replace("%style-dir%", styleDir.absolutePath());
|
||||
}
|
||||
|
||||
return style;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue