register ytdl protocol with file associations
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
|
||||
using mpvnet;
|
||||
using System;
|
||||
using System.ComponentModel;
|
||||
using System.Drawing;
|
||||
@@ -14,6 +13,8 @@ using System.Windows.Interop;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Imaging;
|
||||
|
||||
using mpvnet;
|
||||
|
||||
namespace MsgBoxEx
|
||||
{
|
||||
public partial class MessageBoxEx : Window, INotifyPropertyChanged
|
||||
@@ -377,7 +378,7 @@ namespace MsgBoxEx
|
||||
|
||||
if (DelegateObj != null)
|
||||
{
|
||||
Style style = (Style)(this.FindResource("ImageOpacityChanger"));
|
||||
Style style = (Style)(FindResource("ImageOpacityChanger"));
|
||||
|
||||
if (style != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user