Update qjoypad config dir refs to .config/qjoypad4

This commit is contained in:
dginovker
2021-12-24 18:37:25 +09:00
parent 1b57cf2810
commit c1589df73f
2 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@ QPointer<LayoutManager> layoutManagerPtr;
//signal handler for SIGUSR2
//SIGUSR2 means that a new layout should be loaded. It is saved in
// ~/.qjoypad/layout, where the last used layout is put.
// ~/.config/qjoypad4/layout, where the last used layout is put.
void catchSIGUSR2( int sig ) {
if (layoutManagerPtr) layoutManagerPtr->load();
//remember to catch this signal again next time.