mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-17 13:24:15 -05: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
@ -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…
x
Reference in New Issue
Block a user