[Question] How to make gtk window enabled `always on Top` after starting dragon?
kevinhwang91 opened this issue · 1 comments
kevinhwang91 commented
Make the window is always on top so that be convenient to drag to other windows.
kevinhwang91 commented
I simply add gtk_window_set_keep_above(GTK_WINDOW(window), TRUE);
to implement this feature, maybe it should add an option to let the user decide whether to enable it.