Morgenkaff

Results 7 comments of Morgenkaff

It might hust on LineageOS then. I've had one on both a OnePlus 2 and Fairphone 4. ![Screenshot_20231025-152529_Files](https://github.com/nextcloud/news-android/assets/6614737/63214380-e08b-4435-a174-5e741603ba79) Don't know if it is one other versions of android.

Personally I would like ``` if (VD.WinExistInAnyDesktopNum(winTitle) { WinActivate(winTitle) } else { Run(command) } ``` and ``` if (VD.WinExistInNotCurrentDesktop(winTitle) { WinActivate(winTitle) } else { Run(command) } ``` Unless there is...

> @Morgenkaff `WinExist` with `DetectHiddenWindows 1` will search in all VD > > ```ahk > DetectHiddenWindows 1 > if (WinExist(winTitle)) { > VD.MoveWindowToCurrentDesktop(winTitle) > } else { > Run(command) >...

I would love auto save too.

I didn't add to the changelog, because it's not a change in Nanonote per se..

No need to apologize :) Nice touch with the tasks.py.

It says here: ``` -- No package 'fftw3f' found ``` So you have to install that dependency. How you do that depends on your distro. If you read through the...