Remove wayland fix for good

Signed-off-by: simonspa <simonspa@kth.se>
This commit is contained in:
Simon Spannagel
2023-01-30 08:06:48 +01:00
parent 32760ba00c
commit 6db94983a1
4 changed files with 0 additions and 130 deletions

View File

@@ -755,11 +755,6 @@ class FixWayland: Reactor.Component {
</div>;
}
event click $(#fix-wayland) {
handler.fix_login_wayland();
app.update();
}
event click $(#help-me) {
handler.open_url(translate("doc_fix_wayland"));
}
@@ -774,14 +769,6 @@ class ModifyDefaultLogin: Reactor.Component {
</div>;
}
event click $(#modify-default-login) {
if (var r = handler.modify_default_login()) {
// without handler, will fail, fucking stupid sciter
handler.msgbox("custom-error", "Error", r);
}
app.update();
}
event click $(#help-me) {
handler.open_url(translate("doc_fix_wayland"));
}