EtienneLamoureux / TQVaultAE

Extra bank space for Titan Quest Anniversary Edition
MIT License
279 stars 62 forks source link

Possibility to change the seed without a dialog window #432

Closed mimic2300 closed 2 years ago

mimic2300 commented 2 years ago

I'm really tired of always opening the modal and confirming to change the seed. If someone wants, they can use modal, but I also added the option to change the seed without modal. Generates a new random seed for the item.

image

Damn... I accidentally committed localized comments in Resources.Designer.cs (I don't know how I did it) so you can ignore this file and add it manually

        public static string SackPanelMenuSeedForce {
            get {
                return ResourceManager.GetString("SackPanelMenuSeedForce", resourceCulture);
            }
        }
EtienneLamoureux commented 2 years ago

This is a good feature, could you fix the conflicts/rebase?

mimic2300 commented 2 years ago

Conflict fixed

mimic2300 commented 2 years ago

Moved to: https://github.com/EtienneLamoureux/TQVaultAE/pull/444