mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-18 19:25:48 +00:00
UI: Settings → Interface Tab + General Settings (ryubing/ryujinx!154)
See merge request ryubing/ryujinx!154
This commit is contained in:
@@ -14,6 +14,8 @@ namespace Ryujinx.Ava.UI.Helpers
|
||||
{ Glyph.List, char.ConvertFromUtf32((int)Symbol.List) },
|
||||
{ Glyph.Grid, char.ConvertFromUtf32((int)Symbol.ViewAll) },
|
||||
{ Glyph.Chip, char.ConvertFromUtf32(59748) },
|
||||
{ Glyph.Device, char.ConvertFromUtf32(0xE7F7) },
|
||||
{ Glyph.Bug, char.ConvertFromUtf32(0xEBE8) },
|
||||
{ Glyph.Important, char.ConvertFromUtf32((int)Symbol.Important) },
|
||||
};
|
||||
|
||||
|
||||
@@ -5,6 +5,8 @@ namespace Ryujinx.Ava.UI.Helpers
|
||||
List,
|
||||
Grid,
|
||||
Chip,
|
||||
Device,
|
||||
Bug,
|
||||
Important,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user