Skip to content

Commit f7797ca

Browse files
fix: Mismatch pointer field member in getter function GetNotificationCheckBox
1 parent 8024309 commit f7797ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/GUI/Toolkit/SettingWindow_Components.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ CheckBox *Self::GetNotificationCheckBox() {
6565
Utils::MakeSmartPtr<CheckBox>(autoNotificatonCheckBox);
6666
}
6767

68-
return autoHideCheckBox.get();
68+
return autoNotificatonCheckBox.get();
6969
}

0 commit comments

Comments
 (0)