Address Xpl0itR's comments
This commit is contained in:
parent
0c6698d049
commit
055dc2ab97
1 changed files with 1 additions and 1 deletions
|
@ -574,7 +574,7 @@ namespace Ryujinx.Ui
|
||||||
{
|
{
|
||||||
Application.Invoke(delegate
|
Application.Invoke(delegate
|
||||||
{
|
{
|
||||||
TreeIter iter = _tableStore.AppendValues(
|
_tableStore.AppendValues(
|
||||||
args.AppData.Favorite,
|
args.AppData.Favorite,
|
||||||
new Gdk.Pixbuf(args.AppData.Icon, 75, 75),
|
new Gdk.Pixbuf(args.AppData.Icon, 75, 75),
|
||||||
$"{args.AppData.TitleName}\n{args.AppData.TitleId.ToUpper()}",
|
$"{args.AppData.TitleName}\n{args.AppData.TitleId.ToUpper()}",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue