@@ -18,10 +18,9 @@ struct WelcomeView {
1818 QPushButton* pbopen;
1919 QPushButton* pbsettings;
2020 QPushButton* pbabout;
21- QPushButton* pbopenreddit;
2221 QPushButton* pbopenhome;
2322 QPushButton* pbopengithub;
24- QPushButton* pbopentelegram ;
23+ QPushButton* pbopendiscord ;
2524 QPushButton* pbopenx;
2625 QLabel* lblrecents;
2726 QLabel* lblbrand;
@@ -100,14 +99,11 @@ struct WelcomeView {
10099 this ->pbopengithub = new QPushButton (self);
101100 grid->addWidget (this ->pbopengithub , 1 , 0 , 1 , 1 );
102101
103- this ->pbopentelegram = new QPushButton (self);
104- grid->addWidget (this ->pbopentelegram , 2 , 0 , 1 , 1 );
105-
106- this ->pbopenreddit = new QPushButton (self);
107- grid->addWidget (this ->pbopenreddit , 3 , 0 , 1 , 1 );
102+ this ->pbopendiscord = new QPushButton (self);
103+ grid->addWidget (this ->pbopendiscord , 2 , 0 , 1 , 1 );
108104
109105 this ->pbopenx = new QPushButton (self);
110- grid->addWidget (this ->pbopenx , 4 , 0 , 1 , 1 );
106+ grid->addWidget (this ->pbopenx , 3 , 0 , 1 , 1 );
111107
112108 hbox1->addLayout (grid);
113109 hbox1->addItem (new QSpacerItem (40 , 20 , QSizePolicy::Expanding,
0 commit comments