mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
ide: UppHub bold issue fixed
git-svn-id: svn://ultimatepp.org/upp/trunk@15807 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
edfc2cfda3
commit
99190e87ee
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ void UppHubDlg::Sync()
|
|||
qtf << "{{";
|
||||
if(!IsDarkTheme())
|
||||
qtf << "@(" << (int)c.GetR() << "." << (int)c.GetG() << "." << (int)c.GetB() << ")";
|
||||
qtf << " Category: [* \1" << n->category << "\1, status: [* \1" << n->status << "\1], packages: [* \1" << Join(n->packages, " ") << "\1]";
|
||||
qtf << " Category: [* \1" << n->category << "\1], status: [* \1" << n->status << "\1], packages: [* \1" << Join(n->packages, " ") << "\1]";
|
||||
if(Installed())
|
||||
qtf << ", [*/ installed]";
|
||||
qtf << "}}&&";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue