Fix some warnings

This commit is contained in:
daleclack 2023-05-06 14:32:48 +08:00
parent 2dce60a6e0
commit 1663244fe5
1 changed files with 3 additions and 3 deletions

View File

@ -16,10 +16,10 @@ enum Releases
MyWin::MyWin()
: btn_box(Gtk::Orientation::VERTICAL, 5),
btn_ver("Xe-Ver"),
cfg_box(Gtk::Orientation::VERTICAL, 5),
msg_dialog(*this),
check_dark("Enable dark mode")
btn_ver("Xe-Ver"),
check_dark("Enable dark mode"),
msg_dialog(*this)
{
// Initalize window
set_icon_name("Xe-Release");