mirror of
https://github.com/achiez/NebulaAuth-Steam-Desktop-Authenticator-by-Achies.git
synced 2026-07-25 14:24:32 +00:00
882d39b8f3
- Refactored file handling: added backup directories, improved mafile naming strategy, and introduced renaming functionality. - Enhanced UI: updated `MainWindow`, `SettingsView`, and dialogs with new controls, commands, and improved layouts. - Introduced `TextFieldDialog` for user input with localization support. - Improved localization: added new strings for buttons, errors, and tooltips. Removed all user-observed not localized strings - Fixed clipboard handling logic in `ClipboardHelper`. - Added 'Create Group' button in mafile's context menu and corresponding dialog view - Implemented `RequiresAdminAccess` check before updating program and requesting previlegies
10 lines
166 B
C#
10 lines
166 B
C#
namespace NebulaAuth.View.Dialogs;
|
|
|
|
|
|
public partial class SetCryptPasswordDialog
|
|
{
|
|
public SetCryptPasswordDialog()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
} |