mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-23 13:07:10 +02:00
Remove unused workflows, remove FUNDING.yml, remove GTK3.
This commit is contained in:
parent
a2c0035013
commit
12358182aa
11 changed files with 10 additions and 280 deletions
|
@ -11,6 +11,7 @@ namespace Ryujinx.Ava.UI.Helpers
|
|||
/// This <see cref="IValueConverter"/> makes sure that the string "Never" that's returned by <see cref="ValueFormatUtils.FormatDateTime"/> is properly localized in the Avalonia UI.
|
||||
/// After the Avalonia UI has been made the default and the GTK UI is removed, <see cref="ValueFormatUtils"/> should be updated to directly return a localized string.
|
||||
/// </summary>
|
||||
// TODO: localize ValueFormatUtils.FormateDateTime
|
||||
internal class LocalizedNeverConverter : MarkupExtension, IValueConverter
|
||||
{
|
||||
private static readonly LocalizedNeverConverter _instance = new();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue