Kloud
Kloud
Hey, thanks for reminding. I know about the debug keys situation and will switch to proper ones once the export/import settings function is working properly.
Oh, I am kinda busy with life right now. Can you just leave it in the repos for now please? I'll try to get to it ASAP
Same: ``` Objects are not valid as a React child (found: object with keys {select, isSelected, clear, serialize}). If you meant to render a collection of children, use an array...
This is because the renderer appends and prepends some stuff by default (I should probably make this an option). It's specified in 'presets' section here -> https://github.com/dgudim/obsidian-universal-renderer#presets As for the...
Here, I made a quick port, maybe will publish on the store https://github.com/dgudim/themes/tree/master/kwin-effects/kinetic
Cool, then I'll just wait for the updated version from you to not confuse people :)
@FuLygon Try again, minimize should work now
Same here, installing smartdock from fdroid works, but I couldn't hide the native navigation bar
``` Process: system_server Build: waydroid/lineage_waydroid_x86_64/waydroid_x86_64:11/RQ3A.211001.001/83:userdebug/test-keys java.lang.IllegalStateException: Signature|privileged permissions not in privapp-permissions whitelist: {cu.axel.smartdock (/system/priv-app/SmartDock): android.permission.WRITE_SECURE_SETTINGS} at com.android.server.pm.permission.PermissionManagerService.systemReady(PermissionManagerService.java:4756) at com.android.server.pm.permission.PermissionManagerService.access$500(PermissionManagerService.java:178) at com.android.server.pm.permission.PermissionManagerService$PermissionManagerServiceInternalImpl.systemReady(PermissionManagerService.java:4839) at com.android.server.pm.PackageManagerService.systemReady(PackageManagerService.java:21834) at com.android.server.SystemServer.startOtherServices(SystemServer.java:2210) at com.android.server.SystemServer.run(SystemServer.java:601) at com.android.server.SystemServer.main(SystemServer.java:417) at...