diff --git a/src/VivyApplication.cc b/src/VivyApplication.cc index db7350047f6b4ae9e1e9e8b6050e71d873eac85e..1ac4bde6e9a5a1213f738f74a96b5b3814fa0b60 100644 --- a/src/VivyApplication.cc +++ b/src/VivyApplication.cc @@ -34,6 +34,9 @@ VivyApplication::exec() noexcept QTextStream stylesheetStream(&stylesheet); setStyleSheet(stylesheetStream.readAll()); + // Cursor blinking + setCursorFlashTime(0); + // Show the main window MainWindow mainWindow; mainWindow.show();