From ed89b22cfd46dba6a131be3f518d6f84e72b1700 Mon Sep 17 00:00:00 2001 From: Fela Date: Tue, 10 Dec 2024 20:02:21 +0400 Subject: [PATCH] Dump version --- Telegram.Msix/Package.appxmanifest | 2 +- Telegram/Package.appxmanifest | 2 +- Telegram/Stub.cs | 24 ------------------------ 3 files changed, 2 insertions(+), 26 deletions(-) diff --git a/Telegram.Msix/Package.appxmanifest b/Telegram.Msix/Package.appxmanifest index 5fea63ac3..a83a7abde 100644 --- a/Telegram.Msix/Package.appxmanifest +++ b/Telegram.Msix/Package.appxmanifest @@ -11,7 +11,7 @@ xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10" xmlns:desktop4="http://schemas.microsoft.com/appx/manifest/desktop/windows10/4" IgnorableNamespaces="mp uap uap3 uap4 uap5 uap6 uap11 rescap desktop desktop4"> - + Unigram—Telegram for Windows diff --git a/Telegram/Package.appxmanifest b/Telegram/Package.appxmanifest index 93b109a6a..dbba97962 100644 --- a/Telegram/Package.appxmanifest +++ b/Telegram/Package.appxmanifest @@ -11,7 +11,7 @@ xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10" xmlns:desktop4="http://schemas.microsoft.com/appx/manifest/desktop/windows10/4" IgnorableNamespaces="mp uap uap3 uap4 uap5 uap6 uap11 rescap desktop desktop4"> - + Unigram Experimental diff --git a/Telegram/Stub.cs b/Telegram/Stub.cs index 7004da91a..ebc5526b2 100644 --- a/Telegram/Stub.cs +++ b/Telegram/Stub.cs @@ -3606,18 +3606,6 @@ public static void Reload_stub(this Microsoft.Web.WebView2.Core.CoreWebView2 sen throw new RuntimeException(ex); } } - public static void Stop_stub(this Microsoft.Web.WebView2.Core.CoreWebView2 sender) - { - try - { - sender.Stop(); - } - catch (Exception ex) - { - Logger.Error(Environment.StackTrace); - throw new RuntimeException(ex); - } - } } public static class CoreWebView2Environment_stub { @@ -6192,18 +6180,6 @@ public static int GetScaleForCurrentView_stub() throw new RuntimeException(ex); } } - public static System.Collections.Generic.IList GetStowedException_stub() - { - try - { - return Telegram.Native.NativeUtils.GetStowedException(); - } - catch (Exception ex) - { - Logger.Error(Environment.StackTrace); - throw new RuntimeException(ex); - } - } public static bool IsFileReadable_stub(string path, out long fileSize, out long fileTime) { try