mirror of
https://github.com/4sval/FModel.git
synced 2026-06-22 07:50:10 -05:00
yes
This commit is contained in:
parent
5aea683c8f
commit
0d2c489360
|
|
@ -204,7 +204,6 @@
|
|||
<Resource Include="Resources\power.png" />
|
||||
<Resource Include="Resources\progress-download.png" />
|
||||
<Resource Include="Resources\refresh.png" />
|
||||
<Resource Include="Resources\rotate-3d.png" />
|
||||
<Resource Include="Resources\settings.png" />
|
||||
<Resource Include="Resources\share-all.png" />
|
||||
<Resource Include="Resources\share.png" />
|
||||
|
|
|
|||
6
FModel/Properties/Resources.Designer.cs
generated
6
FModel/Properties/Resources.Designer.cs
generated
|
|
@ -754,9 +754,9 @@ namespace FModel.Properties {
|
|||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à • Yanteh • Maiky
|
||||
///• FunGames • HYPEX
|
||||
///• Alexander • Netu
|
||||
///• SexyNutella.
|
||||
///• FunGames • HYPEX ♥
|
||||
///• Alexander • Netu ♥
|
||||
///• SexyNutella • imatrix.
|
||||
/// </summary>
|
||||
public static string DonatorsFDetails {
|
||||
get {
|
||||
|
|
|
|||
|
|
@ -778,4 +778,13 @@
|
|||
<data name="WithPosition" xml:space="preserve">
|
||||
<value>位置/値</value>
|
||||
</data>
|
||||
<data name="MaybeLater" xml:space="preserve">
|
||||
<value>またあとで</value>
|
||||
</data>
|
||||
<data name="NoKeyWarning" xml:space="preserve">
|
||||
<value>暗号化された.PAKファイルが見つかりました. 暗号化を解除するには、有効なAES暗号化キーを指定してください</value>
|
||||
</data>
|
||||
<data name="SkipThisVersion" xml:space="preserve">
|
||||
<value>このバージョンをスキップ</value>
|
||||
</data>
|
||||
</root>
|
||||
|
|
@ -351,9 +351,9 @@ It's now the most used free software to leak on Fortnite.</value>
|
|||
</data>
|
||||
<data name="DonatorsFDetails" xml:space="preserve">
|
||||
<value>• Yanteh • Maiky
|
||||
• FunGames • HYPEX
|
||||
• Alexander • Netu
|
||||
• SexyNutella</value>
|
||||
• FunGames • HYPEX ♥
|
||||
• Alexander • Netu ♥
|
||||
• SexyNutella • imatrix</value>
|
||||
<comment>Do not translate</comment>
|
||||
</data>
|
||||
<data name="DownloadError" xml:space="preserve">
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ namespace FModel.Windows.Launcher
|
|||
ComboBoxVm.gamesCbViewModel.Add(new ComboBoxViewModel { Id = i++, Content = "Fortnite [EGL2]", Property = egl2FilesPath });
|
||||
}
|
||||
|
||||
ComboBoxVm.gamesCbViewModel.Add(new ComboBoxViewModel { Id = i++, Content = "Fortnite [LIVE]", Property = "latest.manifest" });
|
||||
ComboBoxVm.gamesCbViewModel.Add(new ComboBoxViewModel { Id = i++, Content = "Fortnite [LIVE]", Property = "donotedit-youcanteditanyway.manifest" });
|
||||
|
||||
string valorantFilesPath = Paks.GetValorantPakFilesPath();
|
||||
if (!string.IsNullOrEmpty(valorantFilesPath))
|
||||
|
|
@ -141,7 +141,7 @@ namespace FModel.Windows.Launcher
|
|||
{
|
||||
if (e.Source is TextBox text)
|
||||
{
|
||||
text.IsReadOnly = text.Text == "latest.manifest";
|
||||
text.IsReadOnly = text.Text == "donotedit-youcanteditanyway.manifest";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user