You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here you describe your problem details, or proposal for enhancement.
Installed 3.4.8 (from Arch AUR and subsequently from download
and get the same result on both:
Okay. You will just fix your old config while running SQLiteStudio temporarily on this "empty" new config. Keep your original config file renamed. Start the app and then add your renamed settings file as database (as the config actually is SQLite3 database).
In that database there is the settings table. You need to execute following delete on it:
delete from settings where [group] = 'Fonts';
That's it. Close the app, restore original file and try it out.
Details
Here you describe your problem details, or proposal for enhancement.
Installed 3.4.8 (from Arch AUR and subsequently from download
and get the same result on both:
Both noto-fonts and ttf-hack are confirmed installed.
Steps to reproduce
See above.
Operating system
6.12.1-arch1-1
SQLiteStudio version
3.4.8
The text was updated successfully, but these errors were encountered: