Skip to content

Commit

Permalink
Merge pull request #230 from MikePlante1/profile_name_reset
Browse files Browse the repository at this point in the history
Reset profile override name textbox after saving
  • Loading branch information
dnzxy authored May 23, 2024
2 parents fc1fd4b + 822771c commit cfaf4a0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ extension OverrideProfilesConfig {
saveOverride.percentage = self.percentage
saveOverride.smbIsOff = self.smbIsOff
saveOverride.name = self.profileName
self.profileName = ""
id = UUID().uuidString
self.isPreset.toggle()
saveOverride.id = id
Expand Down

0 comments on commit cfaf4a0

Please sign in to comment.