Aria Moradi

Results 81 comments of Aria Moradi

```c++ #ifdef Q_OS_WIN QSettings autoRunReg(RUNATSTARTUPKEY, QSettings::NativeFormat); QString autoRunEntry = autoRunReg.value("antimicro", "").toString(); if (!autoRunEntry.isEmpty()) { ui->launchAtWinStartupCheckBox->setChecked(true); } bool keyRepeatEnabled = settings->value("KeyRepeat/KeyRepeatEnabled", false).toBool(); if (keyRepeatEnabled) { ui->keyRepeatActiveCheckBox->setChecked(true); ui->keyDelayHorizontalSlider->setEnabled(true); ui->keyDelaySpinBox->setEnabled(true); ui->keyRateHorizontalSlider->setEnabled(true); ui->keyRateSpinBox->setEnabled(true); }...

> and looks line it's a windows-only feature because of `Q_OS_WIN`, ref: https://doc.qt.io/qt-5/qtglobal.html#Q_OS_WIN ![image](https://user-images.githubusercontent.com/8719233/101169556-5f5bc500-3652-11eb-9f99-a990eb02233f.png) confirmed. then maybe we want to add the feature to linux. :grimacing:

And it was removed at https://github.com/AntiMicroX/antimicrox/commit/ce464439650f0c7b87c2f02318bfde9928f91315 Ok this is bad! to restore windows we probably have to bring back this deleted code(and probably much more...) And also there's this:https://github.com/AntiMicroX/antimicrox/commit/16b4af62574ddc10faa1054e9f08a39e05b87640 which...

might be a Server issue, It may be that dorkbox doesn't support wayland?

Pls check https://github.com/AriaMoradi/Tachidesk for future developments

Pls check https://github.com/AriaMoradi/Tachidesk for future developments

Pls check https://github.com/AriaMoradi/Tachidesk for future developments

just realized using selenium is not necessary at all :| so Im going to rewrite this using urllib and lxml

ok, I will fix these issues as soon as possible.

I have the same issue on my nvidia hybrid graphics laptop with other games, even simple desktop apps. Looks like it's got something to do with nvidia, I had the...