Yann Duran
Yann Duran
This is not a new problem, it's one I've been meaning to mention for quite a while. I've always thought these buttons were disabled for some reason until I clicked...
I raised an issue (https://github.com/morpheus65535/bazarr/issues/1976) but it was dismissed as "not Bazarr's problem". I love your themes btw :-)
The image that I initially saw in the Theme Gallery was dark, and I LOVED the theme! I can't seem to find the theme in the gallery anymore though :-(...
Having a **_shortcut column_** in the explorer window would be incredibly helpful. I may be searching for something and happen to see another snippet that would be also useful. Right...
C# Samples
Could you please provide samples in C#, not just C++? I can't make use of C++ project as I (and no doubt MANY others) develop solely in C#. Thanks!
> Using any of these attributes is pretty straightforward: just add them to a [partial class](https://learn.microsoft.com/en-us/dotnet/csharp/programming-guide/classes-and-structs/partial-classes-and-methods) and all the code from the corresponding types will automatically be generated into that...
>In order to work, annotated fields need to be in a [partial class](https://learn.microsoft.com/en-us/dotnet/csharp/programming-guide/classes-and-structs/partial-classes-and-methods) with the necessary INotifyPropertyChanged infrastructure. This is not clear. What is the "necessary **_INotifyPropertyChanged infrastructure._**"? Do you...