Skip to content

Commit

Permalink
WIP: do not take into account the "state" of checkbox
Browse files Browse the repository at this point in the history
>> This commit could be squashed into 28c88e8 <<
  • Loading branch information
dgdavid committed Feb 6, 2019
1 parent 1e2aa20 commit e332eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/users/dialogs.rb
Expand Up @@ -1363,7 +1363,7 @@ def EditUserDialog(what)
new_home = Convert.to_string(UI.QueryWidget(Id(:home), :Value))

if what == "add_user"
btrfs_subvolume = UI.QueryWidget(Id(:btrfs_subvolume), :Enabled) && UI.QueryWidget(Id(:btrfs_subvolume), :Value)
btrfs_subvolume = UI.QueryWidget(Id(:btrfs_subvolume), :Value)
no_skel = Convert.to_boolean(UI.QueryWidget(Id(:skel), :Value))
mode = Convert.to_string(UI.QueryWidget(Id(:mode), :Value))
end
Expand Down

0 comments on commit e332eef

Please sign in to comment.