mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
Remove redundant comments code
This commit is contained in:
parent
e59afd5a9d
commit
0f94a8068d
2 changed files with 0 additions and 3 deletions
|
|
@ -3,7 +3,6 @@ import App from 'resource:///com/github/Aylur/ags/app.js'
|
|||
import * as Utils from 'resource:///com/github/Aylur/ags/utils.js'
|
||||
import { darkMode } from './modules/.miscutils/system.js';
|
||||
export const COMPILED_STYLE_DIR = `${GLib.get_user_cache_dir()}/ags/user/generated`
|
||||
// i18n_init();
|
||||
globalThis['handleStyles'] = (resetMusic) => {
|
||||
// Reset
|
||||
Utils.exec(`mkdir -p "${GLib.get_user_state_dir()}/ags/scss"`);
|
||||
|
|
|
|||
|
|
@ -8,8 +8,6 @@ const { exec, execAsync } = Utils;
|
|||
import { init as i18n_init, getString } from './i18n/i18n.js'
|
||||
//init i18n, Load language file
|
||||
i18n_init()
|
||||
// i18n_setLanguage('zh_CN') //Manual configuration
|
||||
|
||||
Gtk.IconTheme.get_default().append_search_path(`${App.configDir}/assets/icons`);
|
||||
|
||||
// Global vars for external control (through keybinds)
|
||||
|
|
|
|||
Loading…
Reference in a new issue